UNPKG
intervention-pages
Version:
latest (1.0.1-rc.3)
1.0.1-rc.3
1.0.1-rc.2
1.0.1-rc.1
1.0.0
PD pages
github.com/acory/intervention-pages
acory/intervention-pages
intervention-pages
/
dist
/
utils
/
utils.d.ts
3 lines
(2 loc)
•
125 B
TypeScript
View Raw
1
2
3
export
declare
const
isJsonStrMatch
:
(
a
:
any
,
b
:
any
) =>
boolean
;
export
declare
const
isEmptyObject
:
(
a
:
any
) =>
boolean
;