UNPKG

@dfinity/candid

Version:

JavaScript and TypeScript library to work with candid interfaces

7 lines (6 loc) 140 B
/** * * @param label string * @returns number representing hashed label */ export declare function idlLabelToId(label: string): number;