UNPKG

ctan

Version:

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

9 lines (8 loc) 296 B
import { ClientBase } from "./client-base.js"; import type { ClientConfig } from "./config.js"; import { Client as ClientJson } from "./json/client.js"; export declare class Client extends ClientBase { #private; constructor(config?: Readonly<ClientConfig>); get json(): ClientJson; }