0.0.2 • Published 3 years ago

dataset-xml v0.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

dataset-xml

Read Dataset-XML file format in JavaScript

Installation

To add dataset-xml to your project, run

npm install dataset-xml

Usage

Read full contents of a Dataset-XML file

import { read } from 'dataset-xml';

let result = await read(pathToFile);

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

0.0.2

3 years ago

0.0.1

3 years ago