UNPKG
react-gnome
Version:
latest (0.0.1)
0.0.1
## Getting Started
react-gnome
/
dist
/
types
/
utils
/
app-id-to-path.d.ts
2 lines
(1 loc)
•
61 B
TypeScript
View Raw
1
2
export
declare
const
appIDToPath
:
(
appID
:
string
) =>
string
;