UNPKG

@accounter/payper-mesh

Version:
11 lines (10 loc) 265 B
import { getMeshSDK } from './mesh-artifacts/index.js'; const init = async (authToken, userName) => { const sdk = await getMeshSDK({ authToken, userName, }); return { sdk }; }; export * from './mesh-artifacts/index.js'; export { init };