move maskInputValue to rrweb-snapshot (#83)

More info: https://github.com/rrweb-io/rrweb/pull/602#discussion_r660434998
This commit is contained in:
Justin Halsall
2021-06-30 16:41:37 +02:00
committed by GitHub
parent 5175b08a5a
commit 775291042d
6 changed files with 62 additions and 11 deletions

1
typings/types.d.ts vendored
View File

@@ -88,4 +88,5 @@ export declare type SlimDOMOptions = Partial<{
headMetaVerification: boolean;
}>;
export declare type MaskTextFn = (text: string) => string;
export declare type MaskInputFn = (text: string) => string;
export declare type KeepIframeSrcFn = (src: string) => boolean;