UNPKG

@humanmark/sdk-js

Version:

Browser-native JavaScript SDK for Humanmark human verification challenges

6 lines 309 B
export { HumanmarkSdk } from './core/HumanmarkSdk'; export * from './types'; export { HumanmarkVerificationCancelledError, HumanmarkError, isHumanmarkError, } from './errors'; export { ErrorCode } from './types/errors'; export { preloadUIComponents } from './core/preload'; //# sourceMappingURL=index.d.ts.map