@economist/utility-dti-parsenumerics

Parsing numeric elements of a CSV

Usage no npm install needed!

<script type="module">
  import economistUtilityDtiParsenumerics from 'https://cdn.skypack.dev/@economist/utility-dti-parsenumerics';
</script>

README

Utilitydtiparsenumerics

Parsing numeric elements of a CSV

Usage

This component expects an ES6 environment, and so if you are using this in an app, you should drop in a polyfill library - it has been tested with babel-polyfill but core-js or es6-shim may also work.

Install

npm i -S utility-dti-parsenumerics

Run tests

npm test