UNPKG

@magidoc/cli

Version:

Magidoc CLI application responsible for generating GraphQL documentation websites.

5 lines (4 loc) 218 B
export type OutputValue = string | number; export declare function red(value: OutputValue): string; export declare function cyan(value: OutputValue): string; export declare function yellow(value: OutputValue): string;