@types/koa-conditional-get
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -7,3 +7,3 @@ // Type definitions for koa-conditional-get 2.0 | ||
import * as koa from 'koa'; | ||
import * as koa from "koa"; | ||
@@ -10,0 +10,0 @@ declare function koaConditionalGet(): koa.Middleware; |
{ | ||
"name": "@types/koa-conditional-get", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript definitions for koa-conditional-get", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-conditional-get", | ||
"license": "MIT", | ||
@@ -14,5 +15,7 @@ "contributors": [ | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/koa-conditional-get" | ||
}, | ||
@@ -23,4 +26,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "b9b96126a186257cc5720ebe78c3ccbe8cf0096004d8a53a190465169b1a1d03", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "94c4554eadaf3a7f3c9effbbcf7540d955b0a9dcf5140e722ec2a7e9b9e1237e", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -8,10 +8,25 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-conditional-get | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-conditional-get. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-conditional-get/index.d.ts) | ||
````ts | ||
// Type definitions for koa-conditional-get 2.0 | ||
// Project: https://github.com/koajs/conditional-get#readme | ||
// Definitions by: Matthew Bull <https://github.com/wingsbob> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
Additional Details | ||
* Last updated: Mon, 11 Dec 2017 19:14:19 GMT | ||
* Dependencies: koa | ||
import * as koa from "koa"; | ||
declare function koaConditionalGet(): koa.Middleware; | ||
export = koaConditionalGet; | ||
```` | ||
### Additional Details | ||
* Last updated: Thu, 14 Sep 2023 01:49:18 GMT | ||
* Dependencies: [@types/koa](https://npmjs.com/package/@types/koa) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Matthew Bull <https://github.com/wingsbob>. | ||
These definitions were written by [Matthew Bull](https://github.com/wingsbob). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3478
0
32