mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
9 lines
295 B
TypeScript
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;
|