excellence

2.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i excellence

Weekly Downloads

0

Version

2.0.3

License

ISC

Last publish

Collaborators

  • adrianhelvik