UNPKG
read-yaml-file
Version:
latest (2.1.0)
next (2.1.0)
pnpm-temp (2.0.0)
2.1.0
2.0.1
2.0.0
1.1.0
1.0.0
Read and parse a YAML file
zkochan/packages
read-yaml-file
/
index.d.ts
4 lines
(2 loc)
•
136 B
TypeScript
View Raw
1
2
3
4
export
function
sync<T =
unknown
>(
filePath
:
string
): T
export
default
function
readYamlFile<T =
unknown
>(
filePath
:
string
):
Promise
<T>