UNPKG

@data-client/endpoint

Version:

Declarative Network Interface Definitions

12 lines (8 loc) 276 B
import type { EndpointConstructor, ExtendableEndpointConstructor, } from './endpointTypes.js'; export * from './endpointTypes.js'; declare let Endpoint: EndpointConstructor; export default Endpoint; export declare let ExtendableEndpoint: ExtendableEndpointConstructor;