UNPKG

300 BTypeScriptView Raw
1// Type definitions for symbol-tree 3.2
2// Project: https://github.com/jsdom/js-symbol-tree#symbol-tree
3// Definitions by: ExE Boss <https://github.com/ExE-Boss>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
6import SymbolTree = require('./lib/SymbolTree');
7export = SymbolTree;