UNPKG

simple-plist

Version:

A wrapper utility for interacting with plist data.

5 lines (4 loc) 223 B
/// <reference types="node" /> export declare type callbackFn<T> = (error: Error | null, result?: T) => void; export declare type StringOrBuffer = string | Buffer; export declare type PlistJsObj = Record<any, any> | any[];