Complete collection of AI agent skills including: - Frontend Development (Vue, React, Next.js, Three.js) - Backend Development (NestJS, FastAPI, Node.js) - Mobile Development (React Native, Expo) - Testing (E2E, frontend, webapp) - DevOps (GitHub Actions, CI/CD) - Marketing (SEO, copywriting, analytics) - Security (binary analysis, vulnerability scanning) - And many more... Synchronized from: https://skills.sh/ Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
191 B
TypeScript
11 lines
191 B
TypeScript
import { GetConnInfo } from 'hono/conninfo';
|
|
|
|
/**
|
|
* ConnInfo Helper for Node.js
|
|
* @param c Context
|
|
* @returns ConnInfo
|
|
*/
|
|
declare const getConnInfo: GetConnInfo;
|
|
|
|
export { getConnInfo };
|