UNPKG

ruchy-syntax-tools

Version:

Comprehensive syntax highlighting and language support for the Ruchy programming language

6 lines 231 B
import type { HttpClient } from "./interfaces.js"; /** * Create the correct HttpClient for the current environment. */ export declare function createDefaultHttpClient(): HttpClient; //# sourceMappingURL=defaultHttpClient.d.ts.map