mirror of
https://github.com/mblanke/ThreatHunt.git
synced 2026-03-02 06:10:21 -05:00
CLAUDE branch
i made have screwed the pooch with this
This commit is contained in:
11
frontend/node_modules/text-table/example/doubledot.js
generated
vendored
Normal file
11
frontend/node_modules/text-table/example/doubledot.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
var table = require('../');
|
||||
var t = table([
|
||||
[ '0.1.2' ],
|
||||
[ '11.22.33' ],
|
||||
[ '5.6.7' ],
|
||||
[ '1.22222' ],
|
||||
[ '12345.' ],
|
||||
[ '5555.' ],
|
||||
[ '123' ]
|
||||
], { align: [ '.' ] });
|
||||
console.log(t);
|
||||
Reference in New Issue
Block a user