UNPKG
@techmely/utils
Version:
latest (3.3.0)
3.3.0
3.2.1
3.2.0
3.1.0
3.0.3
3.0.2
3.0.0
2.1.18
2.1.17
2.1.15
2.1.14
2.1.13
2.1.12
2.1.11
2.1.10
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.0
1.10.1
1.10.0
1.9.6
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.0
1.7.0
1.6.1
1.6.0
1.5.24
1.5.23
1.5.22
1.5.21
1.5.20
1.5.19
1.5.18
1.5.17
1.5.16
1.5.15
1.5.14
1.5.13
1.5.12
1.5.11
1.5.10
1.5.9
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.4
1.4.3
1.4.2
1.4.1
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.8
1.1.6
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.2
0.0.1
Collection of helpful JavaScript / TypeScript utils
about.techmely.com/libraries/utils
@techmely/utils
/
getDataPath.d.ts
7 lines
(5 loc)
•
150 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
function
getDataPath<T =
any
>(
directoryPath
:
string
,
fileName
:
string
):
Promise
<{
path
:
string
;
data
: T; }>;
export
{ getDataPath };