UNPKG

onoffice

Version:

OnOffice typescript api client and sdk

7 lines (6 loc) 351 B
export { default as ProxyOnOfficeAPIClient } from "./client/ProxyOnOfficeAPIClient.js"; export { default as DirectOnOfficeAPIClient } from "./client/DirectOnOfficeAPIClient.js"; export { fetchActions, signAction } from "./controllers/api.js"; export * from "./types/index.js"; import * as Types_1 from "./types/index.js"; export { Types_1 as Types };