UNPKG

@types/blue-tape

Version:

TypeScript definitions for blue-tape

11 lines (8 loc) 323 B
// Type definitions for blue-tape v0.1.11 // Project: https://github.com/spion/blue-tape // Definitions by: Haoqun Jiang <https://github.com/sodatea> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 3.2 /// <reference types="node" /> import tape = require('tape'); export = tape;