UNPKG

@atlaskit/util-service-support

Version:

A library of support classes for integrating React components with REST HTTP services

8 lines (7 loc) 411 B
export * from './types'; export * from './serviceResources'; import * as serviceUtils from './serviceUtils'; import * as multipartServiceUtils from './multipartServiceUtils'; export declare const utils: typeof serviceUtils; export declare const multipartUtils: typeof multipartServiceUtils; export type { RequestServiceResult, PartsGenerator, MultiPartFetchResult, BodyResult, } from './multipartServiceUtils';