UNPKG

@dfinity/candid

Version:

JavaScript and TypeScript library to work with candid interfaces

11 lines 286 B
/** * @module api */ export * from "./candid-ui.js"; export * from "./candid-core.js"; export * as IDL from "./idl.js"; export * from "./utils/hash.js"; export * from "./utils/leb128.js"; export * from "./utils/buffer.js"; export * from "./types.js"; //# sourceMappingURL=index.js.map