UNPKG

foalts2-cli

Version:

CLI tool for FoalTS

6 lines (5 loc) 142 B
export declare function createRestApi({ name, register, auth }: { name: string; register: boolean; auth?: boolean; }): void;