UNPKG

@accounter/hashavshevet-mesh

Version:
8 lines (7 loc) 381 B
import { getBuiltMesh, Sdk } from './mesh-artifacts/index.js'; type Awaited<T> = T extends PromiseLike<infer U> ? U : T; export declare const init: (hashavshevetPersonalToken: string, hashavshevetCompanyKey: string, hashavshevetUrl: string) => Promise<{ sdk: Sdk; execute: Awaited<ReturnType<typeof getBuiltMesh>>["execute"]; }>; export * from './mesh-artifacts/index.js';