UNPKG

ctan

Version:

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

5 lines (4 loc) 235 B
export { Client, Client as default } from "./client.js"; export { ClientConfig } from "./config.js"; export { CtanError, CtanRequestError, CtanResponseError, ErrorOptions, } from "./errors.js"; export * as json from "./json/index.js";