Skip to content

Commit

Permalink
exposing iconApi.dataType allows to query and delete icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomás Ciccola committed Dec 13, 2023
1 parent 0fd026e commit 0adce57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/icon-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ export class IconApi {
})
)
}

get dataType() {
return this.#dataType
}
}

/**
Expand Down

0 comments on commit 0adce57

Please sign in to comment.