mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
10 lines
210 B
JavaScript
10 lines
210 B
JavaScript
$util.printTree = function(tree) {
|
|
require('sys').print($util.treeToString(tree));
|
|
};
|
|
|
|
exports.cleanInfo = $util.cleanInfo;
|
|
|
|
exports.treeToString = $util.treeToString;
|
|
|
|
exports.printTree = $util.printTree;
|