@hono/node-server
Advanced tools
Comparing version 1.0.0 to 1.0.1
/// <reference types="node" /> | ||
import type { Env, Hono } from 'hono'; | ||
export declare const handle: <E extends Env, S extends {}, BasePath extends string>(app: Hono<E, S, BasePath>) => (incoming: import("http").IncomingMessage, outgoing: import("http").ServerResponse<import("http").IncomingMessage>) => Promise<void>; | ||
import type { Hono } from 'hono'; | ||
export declare const handle: (app: Hono<any, any, any>) => (incoming: import("http").IncomingMessage, outgoing: import("http").ServerResponse<import("http").IncomingMessage>) => Promise<void>; |
{ | ||
"name": "@hono/node-server", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Node.js Adapter for Hono", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
13775