1 | # Installation
|
2 | > `npm install --save @types/blue-tape`
|
3 |
|
4 | # Summary
|
5 | This package contains type definitions for blue-tape (https://github.com/spion/blue-tape).
|
6 |
|
7 | # Details
|
8 | Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/blue-tape.
|
9 | ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/blue-tape/index.d.ts)
|
10 | ````ts
|
11 | /// <reference types="node" />
|
12 |
|
13 | import tape = require("tape");
|
14 | export = tape;
|
15 |
|
16 | ````
|
17 |
|
18 | ### Additional Details
|
19 | * Last updated: Mon, 06 Nov 2023 22:41:04 GMT
|
20 | * Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/tape](https://npmjs.com/package/@types/tape)
|
21 |
|
22 | # Credits
|
23 | These definitions were written by [Haoqun Jiang](https://github.com/sodatea).
|
24 |
|
\ | No newline at end of file |