UNPKG

@busy-hour/blaze-types

Version:

<h1 align='center'>🔥 Blaze Types</h1> <div align='center'> An event driven framework for 🔥 Hono.js </div>

7 lines (6 loc) • 203 B
import { createPlugin } from './lib/create-plugin'; import type { CreatePlugin } from './types/helper'; declare function init(modules: CreatePlugin): { create: typeof createPlugin; }; export = init;