UNPKG

@wizdom-intranet/services

Version:

A list of core service to ease Wizdom development

8 lines 656 B
export { WizdomSpfxServices } from "./services/wizdom.spfx.service"; export { WizdomSpfxVueServices } from "./services/wizdom.spfx.vue.service"; export { IWizdomCache, IWizdomLocalstorageCache, IWizdomPageViewCache } from "./services/caching/cache.interfaces"; export { IWizdomContext } from "./services/context/context.interfaces"; export { IWizdomWebApiService, WebApiErrorType } from "./services/webapi/webapi.interfaces"; export { IWizdomTranslationService } from "./services/translations/translation.interfaces"; export { IHttpClient, IHttpClientResponse } from "./shared/httpclient.wrappers/http.interfaces"; //# sourceMappingURL=main.d.ts.map