UNPKG

restifyx.js

Version:

Advanced API endpoint handler system with automatic documentation

3 lines (2 loc) 153 B
import type { RestifyOptions, ResolvedConfig } from "../types/options"; export declare function resolveConfig(options?: RestifyOptions): ResolvedConfig;