UNPKG
@nsmp/js-api
Version:
latest (3.2.2)
3.2.2
3.2.1
3.2.0
3.1.0
3.0.0
2.0.0
1.0.1
1.0.0
Types for jsApi
@nsmp/js-api
/
src
/
index.d.ts
15 lines
(12 loc)
•
241 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export
{deepMergeJsApi}
from
'./helpers'
;
export
{ getJsApi, initializeJsApi, removeJsApi }
from
'./lib/jsApi'
;
export
*
from
'./types'
;
declare
global
{
interface
Window
{
injectJsApi
?:
(
parent
:
Window
,
window
:
Window
) =>
void
} }