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

1.1.0 • Public • Published

@plist/openstep.parse

TypeScript library for parsing 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.parse is available on npm, you can install it with either npm or yarn:

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

Usage

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

const dict = parse(`{ hello = world; }`);
// => { hello: "world" }

Package Sidebar

Install

npm i @plist/openstep.parse

Weekly Downloads

1,105

Version

1.1.0

License

BSD-3-Clause-Clear

Unpacked Size

21.6 kB

Total Files

10

Last publish

Collaborators

  • mat-sz