UNPKG

@busy-hour/blaze

Version:

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

3 lines (2 loc) • 185 B
import { Service } from '../../types/service'; export declare function loadService(filePath: string): Promise<Service<string, number, import("../..").Actions, import("../..").Events>>;