excellence
v2.0.3
Published
Installation ============ `npm install --save excellence`
Downloads
3
Readme
Installation
npm install --save excellence
Usage
const excellence = require('excellence');
const xml = excellence.xml([
['this', 'is', 'the', 'first', 'row'],
['this', 'is', 'the', 'second', 'row']
]);
const csv = excellence.csv([
['this', 'is', 'the', 'first', 'row'],
['this', 'is', 'the', 'second', 'row']
]);
Tests
npm test