New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ts-tree

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-tree

Simple generic tree structure

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

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

  • undom
  • easy-tree

Keywords

tree

FAQs

Package last updated on 05 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts