Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 732 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 732 Bytes

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.