XML-Tools Common Utilities
npm install @xml-tools/common
Shared Utilities for XML-Tools
With npm:
- npm install @xml-tools/Common
With Yarn
- yarn add @xml-tools/Common
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.
``javascript``
const xmlToolsCommon = require("@xml-tools/common");
xmlToolsCommon.findNextTextualToken(/... /);
Please open issues on github.
See CONTRIBUTING.md.