PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/bplist-parser

Просмотр файла: bplistParser.d.ts

declare namespace bPlistParser {
  type CallbackFunction<T = any> = (error: Error|null, result: [T]) => void
  export function parseFile<T = any>(fileNameOrBuffer: string|Buffer, callback?: CallbackFunction<T>): Promise<[T]>
}

export = bPlistParser

Выполнить команду


Для локальной разработки. Не используйте в интернете!