UNPKG

@himorishige/noren-core

Version:

Core PII detection, masking, and tokenization library built on Web Standards

3 lines 192 B
import type { DetectUtils } from './types.js'; export declare function builtinDetect(u: DetectUtils, strictness?: 'fast' | 'balanced' | 'strict'): void; //# sourceMappingURL=detection.d.ts.map