Files
Basalt2/node_modules/vscode-textmate/release/plist.d.ts
Robert Jelic 31787b0e9b Fix
2025-02-16 18:04:24 +01:00

6 lines
216 B
TypeScript

export declare function parseWithLocation(content: string, filename: string | null, locationKeyName: string | null): any;
/**
* A very fast plist parser
*/
export declare function parsePLIST(content: string): any;