bptf-listing-parser
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

bptf-listing-parser

Parse bptf listings into readable objects containing spells, paints and parts.

Parse a listing

import {parseListing} from 'bptf-listing-parser';

console.log(parseListing({
        item: {
            attributes: [
                {
                    defindex: 142,
                    float_value: 5322826,
                },
            ],
        },
    }));

Readme

Keywords

Package Sidebar

Install

npm i bptf-listing-parser

Weekly Downloads

1

Version

1.0.4

License

ISC

Unpacked Size

20.8 kB

Total Files

17

Last publish

Collaborators

  • viggojonasson