UNPKG

fortmatic

Version:
6 lines (5 loc) 237 B
import { Fortmatic } from './core/sdk'; import { FortmaticError, FortmaticWarning, RpcError } from './core/sdk-exceptions'; export { Fortmatic as default }; export { FortmaticError, FortmaticWarning, RpcError }; export * from './types';