UNPKG

@promptbook/remote-client

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

7 lines (6 loc) 215 B
/** * Escape text for safe use inside a RegExp pattern. * * @private within the promptbook components <- TODO: Maybe make promptbook util from this */ export declare function escapeRegex(input: string): string;