UNPKG

@dfinity/candid

Version:

JavaScript and TypeScript library to work with candid interfaces

7 lines 174 B
/** * * @param label string * @returns number representing hashed label */ export declare function idlLabelToId(label: string): number; //# sourceMappingURL=hash.d.ts.map