UNPKG

@noves/intent-typescript-sdk

Version:

Noves Intent Typescript SDK

5 lines (4 loc) 232 B
import { ClientSideIntentSDK } from './client'; import type { ClientSDKConfig } from './shared/types'; import { defaultClientConfig } from './shared/types'; export { ClientSideIntentSDK, type ClientSDKConfig, defaultClientConfig };