ansilory
Version:
Terminal styling made beautiful
312 lines (311 loc) • 8.6 kB
TypeScript
declare const o: {
reset: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bold: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
dim: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
italic: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
underline: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
blink: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
blinkFast: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
inverse: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
hidden: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
strikethrough: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
resetBold: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
resetDim: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
resetItalic: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
resetUnderline: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
resetBlink: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
resetInverse: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
resetHidden: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
resetStrikethrough: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
black: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
red: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
green: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
yellow: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
blue: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
magenta: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
cyan: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
white: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
gray: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
brightRed: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
brightGreen: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
brightYellow: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
brightBlue: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
brightMagenta: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
brightCyan: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
brightWhite: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgBlack: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgRed: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgGreen: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgYellow: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgBlue: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgMagenta: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgCyan: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgWhite: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgGray: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgBrightRed: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgBrightGreen: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgBrightYellow: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgBrightBlue: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgBrightMagenta: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgBrightCyan: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgBrightWhite: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
red256: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
green256: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
yellow256: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
blue256: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
pink256: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
gray256: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgRed256: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgGreen256: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgBlue256: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgYellow256: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgPink256: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgGray256: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
redRgb: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
greenRgb: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
blueRgb: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
orangeRgb: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
violetRgb: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
grayRgb: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
whiteRgb: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgRedRgb: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgGreenRgb: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgBlueRgb: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgOrangeRgb: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgVioletRgb: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgGrayRgb: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
bgWhiteRgb: /*elided*/ any & {
(text: string): void;
apply: (text: string) => string;
};
} & {
(text: string): void;
apply: (text: string) => string;
};
export { o };
export default o;