UNPKG
react-gnome
Version:
latest (0.0.1)
0.0.1
## Getting Started
react-gnome
/
dist
/
types
/
get-dirpath
/
get-dirpath.d.ts
6 lines
(5 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Gets the directory path for this scripts package. (ex. * `/home/user/Documents/App/node_modules/react-gtk`) */
export
declare
const
getDirPath
:
() =>
string
;