mirror of
https://github.com/certd/certd.git
synced 2026-04-16 14:00:51 +08:00
6 lines
97 B
TypeScript
6 lines
97 B
TypeScript
export const hashUtils = {
|
|
md5(data: string) {
|
|
throw new Error("Not implemented");
|
|
},
|
|
};
|