1.1.0 • Published 2 years ago
@plist/binary.serialize v1.1.0
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.serializeUsage
import { serialize } from '@plist/binary.serialize';
const binary = serialize({
  dictionary: {
    hello: 'world',
  },
});
// => ArrayBuffer