blinkjs/blink

View on GitHub
bower_components/dt-through2/README.md

Summary

Maintainability
Test Coverage
# dt-through2

TypeScript definitions for the through2 Node module

## Installation

```
$ bower install --save dt-through2
```

## Usage

```
///<reference path="bower_components/dt-through2/through2.d.ts" />
import through = require('through2');
```