mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 05:44:06 -06:00
3 lines
145 B
TypeScript
3 lines
145 B
TypeScript
import { BytesLike } from "@ethersproject/bytes";
|
|
export declare function keccak256(data: BytesLike): string;
|
|
//# sourceMappingURL=index.d.ts.map
|