UNPKG
isomorphic-image-hash
Version:
latest (0.2.0)
0.2.0
0.1.0
A dhash library that works in both browsers and Node.js.
isomorphic-image-hash
/
dist
/
types
/
utils
/
distance.d.ts
2 lines
(1 loc)
•
65 B
TypeScript
View Raw
1
2
export
declare
const
distance
:
(
a
:
string
,
b
:
string
) =>
number
;