kunkun/packages/api/src/index.ts
Huakun Shen 01bc0ea932
API Docs Update (#47)
* bump: valibot to ^1.0.0-beta.10

* refactor: re-export some API interfaces in root index.ts
2025-01-06 14:11:23 -05:00

24 lines
497 B
TypeScript

export {
version,
breakingChangesVersionCheckpoints,
isVersionBetween,
isCompatible
} from "./version"
export { constructExtensionSupportDir } from "./api/server/path"
export { constructJarvisServerAPIWithPermissions } from "./api/server"
export * from "./constants"
export { TauriShellStdio } from "./api/shell"
export type {
IClipboard,
IDialog,
ILogger,
INetwork,
INotification,
IOs,
IPath,
ISystemInfo,
IUpdownload,
IFetch
} from "tauri-api-adapter"
export * from "./api/client"