UNPKG

tex2typst

Version:

JavaScript library for converting TeX code to Typst

4 lines (3 loc) 188 B
export declare function isalpha(char: string): boolean; export declare function isdigit(char: string): boolean; export declare function assert(condition: boolean, message?: string): void;