UNPKG

@dfinity/candid

Version:

JavaScript and TypeScript library to work with candid interfaces

13 lines (12 loc) 344 B
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';