@busy-hour/blaze
Version:
<h1 align='center'>🔥 Blaze</h1> <div align='center'> An event driven framework for 🔥 Hono.js </div>
12 lines (11 loc) • 375 B
TypeScript
export { DependencyModuleMap, ExternalModule, PossibleRunTime, } from './config/index';
export * from './rest/index';
export { STATUS_CODE } from './rest/status-code';
export declare const RESERVED_KEYWORD: {
readonly SUFFIX: {};
readonly PREFIX: {
readonly EVENT: "$events$";
readonly KILL: "$kill$";
readonly RESTART: "$restart$";
};
};