UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

10 lines (9 loc) 208 B
var table = require('../'); var t = table([ [ 'beep', '1024' ], [ 'boop', '334.212' ], [ 'foo', '1006' ], [ 'bar', '45.6' ], [ 'baz', '123.' ] ], { align: [ 'l', '.' ] }); console.log(t);