persona-community-5/.pnpm-store/v3/files/59/cda5c94bcde634dddd31fab65fb75e172756b22fd5b61a35f13393a71c4f10af8f9627e80658085d8a9bae28ddbb8e2dec187357b6442b9725bdcfd122c64b
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

12 lines
206 B
Plaintext

var table = require('../');
var t = table([
[ '0.1.2' ],
[ '11.22.33' ],
[ '5.6.7' ],
[ '1.22222' ],
[ '12345.' ],
[ '5555.' ],
[ '123' ]
], { align: [ '.' ] });
console.log(t);