UNPKG

@dfinity/principal

Version:

JavaScript and TypeScript library to work with Internet Computer principals

7 lines 200 B
/** * @module api */ export * from './principal.ts'; export { getCrc32 } from './utils/getCrc.ts'; export { base32Encode, base32Decode } from './utils/base32.ts'; //# sourceMappingURL=index.d.ts.map