2.3.0 • Published 2 years ago

ds-utilities v2.3.0

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

DS-Utilities

Installation

Install via npm:

npm install ds-utilities

Usage

Node

const { DsUtil } = require('ds-utilities');
// or
import { DsUtil } from 'ds-utilities';

// Use the global variable `DsUtil` to access the library:
const myDsUtilitiesV7 = DsUtil.getDsUtilitiesForDsSpecVersion("7.0");

Browser

Include the compiled dist file:

<script src="/dist/ds-utilities.js"></script>

Use the global variable DsUtil to access the library:

const myDsUtilitiesV7 = DsUtil.getDsUtilitiesForDsSpecVersion("7.0");

Documentation

Supported DS Specification Versions

Examples

Example files for the different environments are provided at:

2.3.0

2 years ago

2.2.0

2 years ago

2.1.3

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.0.2

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

1.4.2

2 years ago

1.5.0

2 years ago

2.0.0

2 years ago

1.4.1

2 years ago

1.4.0

3 years ago

1.3.2

3 years ago