UNPKG

@tapis/tapisui-api

Version:

Typescript library for making api calls with react query

5 lines (4 loc) 178 B
export { default as create } from './create'; export { default as remove } from './delete'; export { default as list } from './list'; export { default as patch } from './patch';