UNPKG
@voya-kit/vite-config
Version:
latest (0.0.13)
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
Voya vite config
@voya-kit/vite-config
/
dist
/
utils
/
hash.d.ts
3 lines
(2 loc)
•
111 B
TypeScript
View Raw
1
2
3
declare
function
createContentHash
(
content
:
string
,
hashLSize
?:
number
):
string
;
export
{ createContentHash };