UNPKG

@myparcel/sdk

Version:

JavaScript SDK to connect to the MyParcel API via Node.js or browser

5 lines (3 loc) 257 B
import { AbstractEndpoint } from '../../endpoint/AbstractEndpoint'; import { EndpointParameters } from '../AbstractClient.types'; export declare const addParameters: <E extends AbstractEndpoint>(path: string, parameters?: EndpointParameters<E>) => string;