UNPKG

@erebus-sh/sdk

Version:
6 lines 363 B
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