mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
13 lines
384 B
TypeScript
13 lines
384 B
TypeScript
// 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
|
|
|
|
/// <reference path="../node/node.d.ts" />
|
|
/// <reference path="../tape/tape.d.ts" />
|
|
|
|
declare module 'blue-tape' {
|
|
import tape = require('tape');
|
|
export = tape;
|
|
}
|