mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2026-05-29 21:37:32 +00:00
push all website files
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
var snakeize = require('../');
|
||||
var obj = {
|
||||
feeFieFoe: 'fum',
|
||||
beepBoop: [
|
||||
{ 'abc_xyz': 'mno' },
|
||||
{ 'fooBar': 'baz' }
|
||||
]
|
||||
};
|
||||
var res = snakeize(obj);
|
||||
console.log(JSON.stringify(res, null, 2));
|
||||
Reference in New Issue
Block a user