@types/blue-tape
Advanced tools
Comparing version 0.1.33 to 0.1.34
@@ -9,3 +9,3 @@ // Type definitions for blue-tape v0.1.11 | ||
import tape = require('tape'); | ||
import tape = require("tape"); | ||
export = tape; |
{ | ||
"name": "@types/blue-tape", | ||
"version": "0.1.33", | ||
"version": "0.1.34", | ||
"description": "TypeScript definitions for blue-tape", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/blue-tape", | ||
"license": "MIT", | ||
@@ -14,3 +15,3 @@ "contributors": [ | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -26,4 +27,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "53255d67a7927b23520427ea0581f473c829fe8dc5304c3c13156b4ef17779c9", | ||
"typeScriptVersion": "3.2" | ||
"typesPublisherContentHash": "22d3f680a01feaa9f5a897c0684291714191f5f0fcebf86b55156ab62191a355", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -5,13 +5,27 @@ # Installation | ||
# Summary | ||
This package contains type definitions for blue-tape ( https://github.com/spion/blue-tape ). | ||
This package contains type definitions for blue-tape (https://github.com/spion/blue-tape). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/blue-tape | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/blue-tape. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/blue-tape/index.d.ts) | ||
````ts | ||
// 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 | ||
Additional Details | ||
* Last updated: Fri, 24 May 2019 21:00:58 GMT | ||
* Dependencies: @types/tape, @types/node | ||
/// <reference types="node" /> | ||
import tape = require("tape"); | ||
export = tape; | ||
```` | ||
### Additional Details | ||
* Last updated: Fri, 15 Sep 2023 19:06:48 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/tape](https://npmjs.com/package/@types/tape) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Haoqun Jiang <https://github.com/sodatea>. | ||
These definitions were written by [Haoqun Jiang](https://github.com/sodatea). |
Sorry, the diff of this file is not supported yet
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3360
1
31