UNPKG

@accounter/payper-mesh

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