UNPKG

@s4e/jsentinel

Version:

Script integrity and clipboard tamper detection for browsers.

3 lines (2 loc) 130 B
import type { JSentinelOptions } from "./types"; export declare function initJSentinel(options: JSentinelOptions): Promise<void>;