0.1.6 • Published 3 years ago

@xml-tools/common v0.1.6

Weekly downloads
123
License
Apache-2.0
Repository
github
Last release
3 years ago

npm (scoped)

@xml-tools/common

Shared Utilities for XML-Tools

Installation

With npm:

  • npm install @xml-tools/Common

With Yarn

  • yarn add @xml-tools/Common

Usage

Please see the TypeScript Definitions for full API details.

Simply import/require the @xml-tools/common package and use the utilities as defined in the APIs above.

const xmlToolsCommon = require("@xml-tools/common");
xmlToolsCommon.findNextTextualToken(/*... */);

Support

Please open issues on github.

Contributing

See CONTRIBUTING.md.