@upstart.gg/sdk
Version:
You can test the CLI without recompiling by running:
12 lines (10 loc) • 408 B
TypeScript
import { DatasourceFetcher } from "../../fetcher.js";
import { HttpJsonOptions } from "./options.js";
//#region src/shared/datasources/external/http-json/fetcher.d.ts
/**
* For this fetcher, validation is done outside of the fetcher.
*/
declare const fetchHttpJSON: DatasourceFetcher<unknown, null, HttpJsonOptions>;
//#endregion
export { fetchHttpJSON as default };
//# sourceMappingURL=fetcher.d.ts.map