UNPKG

xdl

Version:
4 lines (3 loc) 176 B
/// <reference types="node" /> export declare function parseBinaryPlistAsync(plistPath: string): Promise<any>; export declare function parsePlistBuffer(contents: Buffer): any;