UNPKG
json-diff-react
Version:
latest (1.0.1)
1.0.1
1.0.0
A React.js component based on the json-diff package
github.com/relex/json-diff-react
json-diff-react
/
lib
/
JsonDiff
/
Internal
/
utils.d.ts
4 lines
(3 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
export
declare
const
extendedTypeOf
:
(
obj
:
object
) =>
string
;
export
declare
const
roundObj
:
(
data
:
any
,
precision
:
number
) =>
any
;
export
declare
const
elisionMarker
: unique
symbol
;