UNPKG

@data-client/endpoint

Version:

Declarative Network Interface Definitions

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