UNPKG

@coralogix/browser

Version:

Official Coralogix SDK for browsers

5 lines (4 loc) 624 B
import snapshot, { serializeNodeWithId, transformAttribute, ignoreAttribute, slimDOMDefaults, needMaskingText, classMatchesRegex, IGNORED_NODE, genId } from './snapshot'; export type { ICanvas, MaskInputOptions, SlimDOMOptions, MaskInputFn, MaskTextFn, idNodeMap, nodeMetaMap, DialogAttributes, KeepIframeSrcFn, } from './types'; export { Mirror, createMirror, isNativeShadowDom, isShadowRoot, stringifyRule, maskInputValue, getInputType, toLowerCase, } from './utils'; export { snapshot, serializeNodeWithId, transformAttribute, ignoreAttribute, slimDOMDefaults, needMaskingText, classMatchesRegex, IGNORED_NODE, genId, };