UNPKG
@xapp/arachne-utils
Version:
latest (1.10.7)
1.10.7
1.10.1
1.10.0
1.9.2
1.9.1
1.9.0
1.8.13
1.8.12
1.8.7
1.8.3
1.8.2
1.8.0
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.2
1.6.1
1.5.0
1.3.4
1.3.3
1.3.1
1.2.2
1.2.0
1.1.1
1.1.0
0.10.0
0.9.0
0.8.6
0.8.5
0.8.4
0.7.1
0.7.0
0.6.4
0.6.3
0.6.1
0.6.0
0.5.6
0.5.5
0.5.0
0.4.6
0.4.5
0.4.4
0.4.3
0.4.0
0.3.0
0.2.4
0.2.3
0.2.0
@xapp/arachne-utils
/
lib
/
hashWebsite.d.ts
9 lines
(8 loc)
•
168 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Returns a hash for a website * *
@param
url *
@throws
{Error} if the URL is invalid *
@returns
*/
export
declare
function
hashWebsite
(
url:
string
):
string
;