Sha256: 7ed4f7782c6cb3e4610eefb7c82c33745af1d1897e4f7a2f9d60377f1a3ac7f9
Contents?: true
Size: 414 Bytes
Versions: 80
Compression:
Stored size: 414 Bytes
Contents
var archy = require('../'); var s = archy({ label : 'beep\none\ntwo', nodes : [ 'ity', { label : 'boop', nodes : [ { label : 'o_O\nwheee', nodes : [ { label : 'oh', nodes : [ 'hello', 'puny\nmeat' ] }, 'creature' ] }, 'party\ntime!' ] } ] }); console.log(s);
Version data entries
80 entries across 79 versions & 6 rubygems