UNPKG

@data-client/rest

Version:

Quickly define typed REST resources and endpoints

9 lines (8 loc) 327 B
import type { RestEndpointConstructor } from './RestEndpointTypes.js'; export * from './RestEndpointTypes.js'; /** Simplifies endpoint definitions that follow REST patterns * * @see https://dataclient.io/rest/api/RestEndpoint */ export declare let RestEndpoint: RestEndpointConstructor; export default RestEndpoint;