@save-ward/save-parser-abstract
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

@save-ward/save-parser-abstract

The abstract save parser, provides the general API that concrete parsers implement.

Public Interface

constructor() accepts a Buffer - contents of the save file to parse. Currently the abstract save parser has only one public method: parse() that is specified to return the save file metadata.

Concrete Implementations

For an example of a concrete implementation of save parser, see the save-parser-skyrim subproject.

/@save-ward/save-parser-abstract/

    Package Sidebar

    Install

    npm i @save-ward/save-parser-abstract

    Weekly Downloads

    2

    Version

    1.0.2

    License

    GPL-3.0-or-later

    Unpacked Size

    39.1 kB

    Total Files

    7

    Last publish

    Collaborators

    • vpukhanov