ts-tree
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

TS-Tree npm version Build Status

TS-Tree is a tiny tree data structure written in Typescript.

Installation

$ npm install --save ts-tree

Usage

Javascript

const Tree = require('ts-tree').Tree;

Typescript

import { Tree } from 'ts-tree';

Note: for this to work, the tsc option --moduleResolution must be set to Node (see https://github.com/Microsoft/TypeScript/issues/7984 for more details).

Similar work

Readme

Keywords

Package Sidebar

Install

npm i ts-tree

Weekly Downloads

1

Version

0.2.0

License

MIT

Unpacked Size

28.5 kB

Total Files

19

Last publish

Collaborators

  • mbovel