UNPKG

@accounter/payper-mesh

Version:
7 lines (6 loc) 200 B
import { Sdk } from './mesh-artifacts/index.cjs'; declare const init: (authToken: string, userName: string) => Promise<{ sdk: Sdk; }>; export * from './mesh-artifacts/index.cjs'; export { init };