UNPKG

ctan

Version:

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

5 lines (4 loc) 237 B
import type { JSONSchemaType } from 'ajv'; import type * as responses from "./responses.js"; export declare const SearchHit: JSONSchemaType<responses.SearchHit>; export declare const SearchResult: JSONSchemaType<responses.SearchResult>;