persona-community-5/.pnpm-store/v3/files/f9/f31c4ff512fb44604450a15458776387f447a631fde41a36f6d2ba709f5f0e2be1386996dcd2c6a0e0693b632c7eff60c2b2eb8f4ca0a1c96e115bf78f8621
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

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);