UNPKG

@d3vtool/kazejs

Version:

A flexible Node.js web framework built with TypeScript, focusing on dependency injection, routing, middleware, and schema validation. Supports dynamic routes, global middleware, static files, and customizable error handling for scalable apps.

3 lines (2 loc) 96 B
import { SecId } from "@d3vtool/secid"; export declare const generateId: typeof SecId.generate;