@erebus-sh/sdk
Version:
To install dependencies:
6 lines • 363 B
TypeScript
export { createApp, type AppVars, type AppType, type AuthorizeServer, } from "./app";
export { createRpcClient } from "./rpc";
export type { AppType as RpcAppType } from "./rpc";
export * from "./adapter/next";
export { createAdapter as createGenericAdapter, type Authorize, type FireWebhook, } from "./adapter/genericAdapter";
//# sourceMappingURL=index.d.ts.map