UNPKG

@dfinity/candid

Version:

JavaScript and TypeScript library to work with candid interfaces

12 lines 396 B
/** * @module api */ export * from './candid-ui.ts'; export * from './candid-core.ts'; export * as IDL from './idl.ts'; export { type GenericIdlFuncArgs, type GenericIdlFuncRets, type GenericIdlServiceFields, } from './idl.ts'; export * from './utils/hash.ts'; export * from './utils/leb128.ts'; export * from './utils/buffer.ts'; export * from './types.ts'; //# sourceMappingURL=index.d.ts.map