UNPKG

@s4e/jsentinel

Version:

Script integrity and clipboard tamper detection for browsers.

9 lines (8 loc) 225 B
export { initJSentinel } from "./jsentinel"; export * from "./types"; import type { JSentinelMessage } from "./types"; declare global { interface WindowEventMap { jsentinel: CustomEvent<JSentinelMessage>; } }