UNPKG
@grapecity/inputman.comment.react
Version:
latest (5.1.0)
5.1.0
5.0.0
InputMan.comment.react
developer.mescius.jp/inputmanjs
@grapecity/inputman.comment.react
/
common
/
helper.d.ts
5 lines
(4 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
5
export
interface
IDictionary
{ [
key
:
string
]:
boolean
|
number
|
string
|
object
|
null
|
undefined
; }
export
declare
function
isEqual
(
value
:
any
,
other
:
any
):
boolean
;