ketting
Version:
Opiniated HATEAOS / Rest client.
11 lines (10 loc) • 610 B
text/typescript
export { State, StateFactory, HeadState, isState } from './interface';
export { BaseState, BaseHeadState } from './base-state';
export { factory as halStateFactory, HalState } from './hal';
export { factory as binaryStateFactory } from './binary';
export { factory as jsonApiStateFactory } from './jsonapi';
export { factory as sirenStateFactory, SirenState } from './siren';
export { factory as textStateFactory } from './text';
export { factory as cjStateFactory, CjState } from './collection-json';
export { factory as htmlStateFactory } from './html';
export { factory as headStateFactory } from './head';