hojas/node_modules/mathjax-full/js/input/tex/amscd/AmsCdMethods.d.ts
2026-05-14 10:56:04 +02:00

3 lines
127 B
TypeScript

import { ParseMethod } from '../Types.js';
declare let AmsCdMethods: Record<string, ParseMethod>;
export default AmsCdMethods;