UNPKG

@busy-hour/blaze-types

Version:

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

5 lines (4 loc) • 270 B
import { ServiceInformation } from '../types/helper'; export declare function getServicesPaths(): string[]; export declare function readServiceDir(dirPath: string): string[]; export declare function getServiceInformation(servicePath: string): ServiceInformation | null;