0.2.0 • Published 6 years ago

ts-tree v0.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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

0.2.0

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago