astro-ghostcms/.pnpm-store/v3/files/cf/7de93ee14e9ec38bc917eef7a4f...

9 lines
221 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
var table = require('../');
var t = table([
[ 'beep', '1024', 'xyz' ],
[ 'boop', '3388450', 'tuv' ],
[ 'foo', '10106', 'qrstuv' ],
[ 'bar', '45', 'lmno' ]
], { align: [ 'l', 'c', 'l' ] });
console.log(t);