UNPKG

166 BTypeScriptView Raw
1declare module "simple-plist" {
2 // eslint-disable-next-line @typescript-eslint/no-explicit-any
3 export function readFileSync(path: string): Record<string, any>;
4}