Skip to content

Latest commit

 

History

History

common

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.