UNPKG

venom-generator

Version:

In the way of code generation, complete the storage model->computation model (business API) transformation to achieve the goal of design and implementation

8 lines (7 loc) 187 B
export declare function resolvers(config: ConfigGenerator): void; export interface ConfigGenerator { output?: string; server?: string; yml?: string; dev?: false; }