@types/koa-compose
Advanced tools
@@ -1,2 +0,2 @@ | ||
| import * as Koa from "koa"; | ||
| import Koa = require("koa"); | ||
@@ -3,0 +3,0 @@ declare function compose<T1, U1, T2, U2>( |
| { | ||
| "name": "@types/koa-compose", | ||
| "version": "3.2.8", | ||
| "version": "3.2.9", | ||
| "description": "TypeScript definitions for koa-compose", | ||
@@ -30,4 +30,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-compose", | ||
| }, | ||
| "typesPublisherContentHash": "9a44c8567ffd974b9e9100467206dbe1e538e01d82877d3fe21084dea3dbf17c", | ||
| "typeScriptVersion": "4.5" | ||
| "peerDependencies": {}, | ||
| "typesPublisherContentHash": "bc3ce762435b99eb3b2c76fff560c74872741a0fc8b4d9400c93fe4a880802c8", | ||
| "typeScriptVersion": "5.2" | ||
| } |
@@ -11,3 +11,3 @@ # Installation | ||
| ````ts | ||
| import * as Koa from "koa"; | ||
| import Koa = require("koa"); | ||
@@ -84,3 +84,3 @@ declare function compose<T1, U1, T2, U2>( | ||
| ### Additional Details | ||
| * Last updated: Tue, 07 Nov 2023 09:09:38 GMT | ||
| * Last updated: Fri, 24 Oct 2025 04:02:41 GMT | ||
| * Dependencies: [@types/koa](https://npmjs.com/package/@types/koa) | ||
@@ -87,0 +87,0 @@ |
7764
0.39%