UNPKG

ketting

Version:

Opinionated HATEOAS / Rest client.

11 lines 641 B
export { isState } from './interface.js'; export { BaseState, BaseHeadState } from './base-state.js'; export { factory as halStateFactory, HalState } from './hal.js'; export { factory as binaryStateFactory } from './binary.js'; export { factory as jsonApiStateFactory } from './jsonapi.js'; export { factory as sirenStateFactory, SirenState } from './siren.js'; export { factory as textStateFactory } from './text.js'; export { factory as cjStateFactory, CjState } from './collection-json.js'; export { factory as htmlStateFactory } from './html.js'; export { factory as headStateFactory } from './head.js'; //# sourceMappingURL=index.js.map