UNPKG

@s4e/jsentinel

Version:

Script integrity and clipboard tamper detection for browsers.

9 lines (8 loc) 344 B
/** ---- Native API Snapshot Guard (hash tabanlı) ---- */ export declare function startNativeGuard(opts?: { intervalMs?: number; }): () => void; /** ---- Self-Integrity (kritik fonksiyon toString-hash) ---- */ export declare function startIntegrityGuard(targets: Record<string, Function>, opts?: { intervalMs?: number; }): () => void;