UNPKG

@noves/intent-typescript-sdk

Version:

Noves Intent Typescript SDK

5 lines (4 loc) 232 B
import { ServerSideIntentSDK } from './server'; import type { ServerSDKConfig } from './shared/types'; import { defaultServerConfig } from './shared/types'; export { ServerSideIntentSDK, type ServerSDKConfig, defaultServerConfig };