11 lines
230 B
TypeScript
Executable File
11 lines
230 B
TypeScript
Executable File
import { GetConnInfo } from "hono/conninfo";
|
|
|
|
//#region src/conninfo.d.ts
|
|
/**
|
|
* ConnInfo Helper for Node.js
|
|
* @param c Context
|
|
* @returns ConnInfo
|
|
*/
|
|
declare const getConnInfo: GetConnInfo;
|
|
//#endregion
|
|
export { getConnInfo }; |