UNPKG
fast-plist
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
A fast PLIST parser
github.com/Microsoft/node-fast-plist
Microsoft/node-fast-plist
fast-plist
/
release
/
src
/
main.d.ts
6 lines
(5 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
function
parseWithLocation
(
content
:
string
,
filename
:
string
,
locationKeyName
:
string
):
any
;
/** * A very fast plist parser */
export
declare
function
parse
(
content
:
string
):
any
;