11cb0ef41Sopenharmony_civar table = require('../'); 21cb0ef41Sopenharmony_civar t = table([ 31cb0ef41Sopenharmony_ci [ 'beep', '1024', 'xyz' ], 41cb0ef41Sopenharmony_ci [ 'boop', '3388450', 'tuv' ], 51cb0ef41Sopenharmony_ci [ 'foo', '10106', 'qrstuv' ], 61cb0ef41Sopenharmony_ci [ 'bar', '45', 'lmno' ] 71cb0ef41Sopenharmony_ci], { align: [ 'l', 'c', 'l' ] }); 81cb0ef41Sopenharmony_ciconsole.log(t); 9