UNPKG
@s4e/jsentinel
Version:
beta (0.2.0-beta.2)
latest (0.4.3)
0.4.3
0.4.2
0.4.1
0.4.0
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0-beta.2
0.1.0-beta.1
0.0.32
0.0.3
Script integrity and clipboard tamper detection for browsers.
@s4e/jsentinel
/
dist
/
index.d.ts
9 lines
(8 loc)
•
225 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
{ initJSentinel }
from
"./jsentinel"
;
export
*
from
"./types"
;
import
type
{
JSentinelMessage
}
from
"./types"
;
declare
global
{
interface
WindowEventMap
{
jsentinel
:
CustomEvent
<
JSentinelMessage
>; } }