UNPKG

@knapsack/app

Version:

Build Design Systems with Knapsack

8 lines 291 B
/** * Use this in place of `fetch` for when strict ssl is on */ export declare function execCurl<T extends Record<string, unknown> = Record<string, unknown>>({ url, headers, }: { url: string; headers?: Record<string, string>; }): Promise<T>; //# sourceMappingURL=exec-curl.d.ts.map