UNPKG

docutils-ts

Version:

Port of the Python Docutils library to TypeScript

3 lines (2 loc) 126 B
import { RSTLanguage } from "./types.js"; export declare function getLanguage(languageCode: string): RSTLanguage | undefined;