mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* [bluebird] Rename import to Bluebird for tests * [bluebird] Restore assignability to native Promises * [bluebird] Upgrade TypeScript Versions of all dependents
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: 3.2
|
|
|
|
/// <reference types="node" />
|
|
|
|
import tape = require('tape');
|
|
export = tape;
|