UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

9 lines (8 loc) 181 B
var table = require('../'); var t = table([ [ 'beep', '1024' ], [ 'boop', '33450' ], [ 'foo', '1006' ], [ 'bar', '45' ] ], { align: [ 'l', 'r' ] }); console.log(t);