Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
devtools
/
node_modules
/
text-table
/
example
/
doubledot.js
blob: bab983b664cd6ded3480e72adf5b51dd106e4c4f [
file
] [
log
] [
blame
]
var
table
=
require
(
'../'
);
var
t
=
table
([
[
'0.1.2'
],
[
'11.22.33'
],
[
'5.6.7'
],
[
'1.22222'
],
[
'12345.'
],
[
'5555.'
],
[
'123'
]
],
{
align
:
[
'.'
]
});
console
.
log
(
t
);