UNPKG

@unkey/api

Version:

Developer-friendly & type-safe Typescript SDK specifically catered to leverage *@unkey/api* API.

10 lines 427 B
import { ClientSDK } from "./lib/sdks.js"; /** * A minimal client to use when calling standalone SDK functions. Typically, an * instance of this class would be instantiated once at the start of an * application and passed around through some dependency injection mechanism to * parts of an application that need to make SDK calls. */ export declare class UnkeyCore extends ClientSDK { } //# sourceMappingURL=core.d.ts.map