package -> pkg
This commit is contained in:
3
pkg/shared/utils.ts
Normal file
3
pkg/shared/utils.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import hash, { NotUndefined } from "object-hash";
|
||||
|
||||
export const heq = (a: NotUndefined) => (b: NotUndefined) => hash(a) == hash(b);
|
||||
Reference in New Issue
Block a user