@plist/openstep.serialize
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

@plist/openstep.serialize

TypeScript library for serializing OpenStep/NEXTStep Property Lists, in browser and node.js.

workflow npm npm NPM

About

This library adapts test cases from nextstep-plist.

Installation

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

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

Usage

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

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @plist/openstep.serialize

    Weekly Downloads

    893

    Version

    1.1.0

    License

    BSD-3-Clause-Clear

    Unpacked Size

    8.69 kB

    Total Files

    10

    Last publish

    Collaborators

    • mat-sz