11cb0ef41Sopenharmony_civar table = require('../');
21cb0ef41Sopenharmony_civar t = table([
31cb0ef41Sopenharmony_ci    [ 'beep', '1024' ],
41cb0ef41Sopenharmony_ci    [ 'boop', '334.212' ],
51cb0ef41Sopenharmony_ci    [ 'foo', '1006' ],
61cb0ef41Sopenharmony_ci    [ 'bar', '45.6' ],
71cb0ef41Sopenharmony_ci    [ 'baz', '123.' ]
81cb0ef41Sopenharmony_ci], { align: [ 'l', '.' ] });
91cb0ef41Sopenharmony_ciconsole.log(t);
10