Files
Basalt2/node_modules/vscode-textmate/release/plist.d.ts
Robert Jelic b0a4a6da9c Vitepress
2025-02-10 06:53:23 +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;