Interface IPlist

interface IPlist {
    parse: (plistContent: string) => Promise<any>;
}

Properties

Properties

parse: (plistContent: string) => Promise<any>