UNPKG

henotic-cli

Version:

Henotic CLI is the ultimate multi-language backend generator, accelerating development with modular project structures and smart CRUD generation. Streamline your workflow from day one!

5 lines (4 loc) 137 B
export declare const generateJSONData: (name: string, fields: Array<{ name: string; type: string; }>, count?: number) => string;