Files
DefinitelyTyped/types/ansi-regex/index.d.ts
Manish Vachharajani c5dc464c6e Add ansi-regex package
2017-11-28 13:22:49 -07:00

8 lines
273 B
TypeScript

// Type definitions for ansi-regex 3.0
// Project: https://github.com/chalk/ansi-regex#readme
// Definitions by: Manish Vachharajani <https://github.com/mvachhar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function r(): RegExp;
export = r;