UNPKG

@accounter/server

Version:

The test suite is split into three Vitest projects for efficiency and isolation:

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