@busy-hour/blaze
Version:
<h1 align='center'>🔥 Blaze</h1> <div align='center'> An event driven framework for 🔥 Hono.js </div>
5 lines (4 loc) • 301 B
TypeScript
import type { Actions } from '../types/action';
import type { Events } from '../types/event';
import type { Service } from '../types/service';
export declare function createService<N extends string, V extends number, A extends Actions, E extends Events, S extends Service<N, V, A, E>>(service: S): S;