UNPKG

@opentf/cli-styles

Version:
7 lines (5 loc) 124 B
type Options = { color?: boolean; }; declare function style(str: string, options?: Options): string; export { style };