first commit
This commit is contained in:
9
app_vue/node_modules/text-table/example/dotalign.js
generated
vendored
Normal file
9
app_vue/node_modules/text-table/example/dotalign.js
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
var table = require('../');
|
||||
var t = table([
|
||||
[ 'beep', '1024' ],
|
||||
[ 'boop', '334.212' ],
|
||||
[ 'foo', '1006' ],
|
||||
[ 'bar', '45.6' ],
|
||||
[ 'baz', '123.' ]
|
||||
], { align: [ 'l', '.' ] });
|
||||
console.log(t);
|
Reference in New Issue
Block a user