You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
290 B
10 lines
290 B
import { s as serialize } from './shared/ohash.D__AXeF1.mjs';
|
|
export { i as isEqual } from './shared/ohash.D__AXeF1.mjs';
|
|
import { digest } from 'ohash/crypto';
|
|
export { digest } from 'ohash/crypto';
|
|
|
|
function hash(input) {
|
|
return digest(serialize(input));
|
|
}
|
|
|
|
export { hash, serialize };
|