UNPKG

202 BTypeScriptView Raw
1export declare function parseWithLocation(content: string, filename: string, locationKeyName: string): any;
2/**
3 * A very fast plist parser
4 */
5export declare function parse(content: string): any;