jok
Version:
Bundle of utility functions for code generation related to nodejs and graphql
10 lines (9 loc) • 433 B
TypeScript
export declare function info(msg: any): void;
export declare function error(msg: any): void;
export declare function success(msg: any): void;
export declare function time(): string;
export declare function wait(msg: any): () => void;
export declare function prompt(opts: any): Promise<unknown>;
export declare function cmd(x: any): string;
export declare function code(x: any): string;
export declare function param(x: any): string;