1.1.0 • Published 1 year ago

@plist/binary.serialize v1.1.0

Weekly downloads
-
License
BSD-3-Clause-Clea...
Repository
github
Last release
1 year ago

About

This library adapts code, logic and test cases from node-bplist-creator.

Installation

@plist/binary.serialize is available on npm, you can install it with either npm or yarn:

npm install @plist/binary.serialize
# or:
yarn install @plist/binary.serialize

Usage

import { serialize } from '@plist/binary.serialize';

const binary = serialize({
  dictionary: {
    hello: 'world',
  },
});
// => ArrayBuffer