LarpixClient/node_modules/@trapezedev/project/dist/util/properties.d.ts
2026-05-03 17:09:55 +02:00

5 lines
No EOL
222 B
TypeScript

export declare function parseProperties(filename: string): Promise<{
[key: string]: any;
}>;
export declare function writeProperties(filename: string, data: any): Promise<void>;
//# sourceMappingURL=properties.d.ts.map