Files
DefinitelyTyped/types/has-ansi/index.d.ts
T

9 lines
295 B
TypeScript

// Type definitions for has-ansi 3.0
// Project: https://github.com/chalk/has-ansi#readme
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = hasAnsi;
declare function hasAnsi(input: string): boolean;