astro-ghostcms/.pnpm-store/v3/files/f9/f31c4ff512fb44604450a154587...

10 lines
208 B
Plaintext

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