mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-04 06:19:24 +08:00
* Resolve bluebird(Array) method * upgrade typescript version from bluebird-global * move testfile Reason: There are too many type definition files depending on jquery and it can not be managed. * upgrade typescript version from bluebird require packages * fix lint error: use-default-type-parameter
11 lines
323 B
TypeScript
11 lines
323 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
|
|
// TypeScript Version: 2.8
|
|
|
|
/// <reference types="node" />
|
|
|
|
import tape = require('tape');
|
|
export = tape;
|