UNPKG

sim-sdk-web

Version:

Sim SDK for Web

8 lines (7 loc) 278 B
import SIMSDK from './api'; import { CbEvents } from './constant/callback'; import { ErrorCode, RequestApi } from './constant/api'; export * from './types/enum'; export * from './types/entity'; export * from './types/params'; export { SIMSDK, CbEvents, ErrorCode, RequestApi };