UNPKG
@bitecraft/yaak2postman
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
CLI tool to convert YAAK files to Postman
github.com/BiteCraft/yaak2postman
BiteCraft/yaak2postman
@bitecraft/yaak2postman
/
dist
/
utils
/
file.d.ts
4 lines
(3 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
export
declare
function
resolvePath
(
filePath
:
string
):
string
;
export
declare
function
readJsonFile<T>(
filePath
:
string
): T;
export
declare
function
saveJsonFile
(
filePath
:
string
,
data
:
unknown
):
void
;