UNPKG

323 BTypeScriptView Raw
1// Type definitions for blue-tape v0.1.11
2// Project: https://github.com/spion/blue-tape
3// Definitions by: Haoqun Jiang <https://github.com/sodatea>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5// TypeScript Version: 3.2
6
7/// <reference types="node" />
8
9import tape = require('tape');
10export = tape;