Files
clawbot/skills/remotion-prompt-video/node_modules/@remotion/studio-shared/dist/ansi.d.ts
T

3 lines
115 B
TypeScript

export declare function splitAnsi(str: string): string[];
export declare const stripAnsi: (str: string) => string;