simple-plist
- Version 1.3.1
- Published
- 20.1 kB
- 3 dependencies
- MIT license
Install
npm i simple-plist
yarn add simple-plist
pnpm add simple-plist
Overview
A wrapper utility for interacting with plist data.
Index
Variables
Type Aliases
Variables
variable SimplePlist
const SimplePlist: { bplistCreator: bplistCreator; bplistParser: bplistParser; parse: typeof parse; readFile: typeof readFile; readFileSync: typeof readFileSync; stringify: typeof stringify; writeBinaryFile: typeof writeBinaryFile; writeBinaryFileSync: typeof writeBinaryFileSync; writeFile: typeof writeFile; writeFileSync: typeof writeFileSync;};
Type Aliases
type callbackFn
type callbackFn<T> = (error: Error | null, result?: T) => void;
type PlistJsObj
type PlistJsObj = Record<any, any> | any[];
type StringOrBuffer
type StringOrBuffer = string | Buffer;
Package Files (2)
Dependencies (3)
Dev Dependencies (11)
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/simple-plist
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/simple-plist)
- HTML<a href="https://www.jsdocs.io/package/simple-plist"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 3946 ms. - Missing or incorrect documentation? Open an issue for this package.