UNPKG

216 BTypeScriptView Raw
1import { EndpointInterface, RequestParameters, EndpointDefaults } from "@octokit/types";
2export declare function withDefaults(oldDefaults: EndpointDefaults | null, newDefaults: RequestParameters): EndpointInterface;