mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
300 B
TypeScript
8 lines
300 B
TypeScript
// Type definitions for symbol-tree 3.2
|
|
// Project: https://github.com/jsdom/js-symbol-tree#symbol-tree
|
|
// Definitions by: ExE Boss <https://github.com/ExE-Boss>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
import SymbolTree = require('./lib/SymbolTree');
|
|
export = SymbolTree;
|