UNPKG

@promptbook/remote-client

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

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;