HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/@oclif/color/lib/index.d.ts
import * as chalk from 'chalk';
import * as supports from 'supports-color';
export declare const CustomColors: {
    supports: typeof supports;
    gray(s: string): string;
    grey(s: string): string;
    dim(s: string): string;
    attachment(s: string): string;
    addon(s: string): string;
    configVar(s: string): string;
    release(s: string): string;
    cmd(s: string): string;
    pipeline(s: string): string;
    app(s: string): string;
    heroku(s: string): string;
    stripColor(s: string): string;
};
export declare const color: typeof CustomColors & typeof chalk;
export default color;