@brainfish-ai/web-tracker
Version:
Brainfish Tracker for Web
5 lines (4 loc) • 400 B
TypeScript
import { SimpleRegexpCustomRedactorConfig, AsyncCustomRedactorConfig, ISyncRedactor, IRedactor } from './types';
export declare function isSimpleRegexpCustomRedactorConfig(redactor: AsyncCustomRedactorConfig): redactor is SimpleRegexpCustomRedactorConfig;
export declare function isSyncRedactor(redactor: IRedactor): redactor is ISyncRedactor;
export declare function snakeCase(str: string): string;