UNPKG

ctan

Version:

CTAN (Comprehensive TeX Archive Network) API client for Node.js

6 lines (5 loc) 153 B
import type { RequestInit } from "./fetch.js"; export interface ClientConfig extends RequestInit { baseUrl?: string | URL; validate?: boolean; }