var archy = require('../');
var s = archy({
label : 'beep',
nodes : [
'ity',
{
label : 'boop',
nodes : [
{
label : 'o_O',
nodes : [
{
label : 'oh',
nodes : [ 'hello', 'puny' ]
},
'human'
]
},
'party\ntime!'
]
}
]
});
console.log(s);
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| beep.js | File | 387 B | 0644 |
|
| multi_line.js | File | 414 B | 0644 |
|