Sign in
chromium
/
devtools
/
devtools-frontend
/
4e41c1c367239f5d2aec4fe63b2600a0ecd38604
/
.
/
node_modules
/
text-table
/
example
/
table.js
blob: 903ea4c417ccb0a25876d94cb087dd08072d7678 [
file
] [
log
] [
blame
]
var
table
=
require
(
'../'
);
var
t
=
table
([
[
'master'
,
'0123456789abcdef'
],
[
'staging'
,
'fedcba9876543210'
]
]);
console
.
log
(
t
);