]> gerrit.simantics Code Review - simantics/district.git/blob - table.js
903ea4c417ccb0a25876d94cb087dd08072d7678
[simantics/district.git] / table.js
1 var table = require('../');
2 var t = table([
3     [ 'master', '0123456789abcdef' ],
4     [ 'staging', 'fedcba9876543210' ]
5 ]);
6 console.log(t);