4 lines
137 B
TypeScript
4 lines
137 B
TypeScript
export declare const ansiRegex: ({ onlyFirst }?: {
|
|
onlyFirst?: boolean | undefined;
|
|
}) => RegExp;
|
|
//# sourceMappingURL=index.d.ts.map
|