UNPKG

ctan

Version:

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

4 lines (3 loc) 177 B
export { Client, Client as default } from "./client.js"; export { CtanError, CtanRequestError, CtanResponseError, } from "./errors.js"; export * as json from "./json/index.js";