site/node_modules/mathjax-full/js/input/tex/amscd/AmsCdMethods.d.ts
2024-10-14 08:09:33 +02:00

4 lines
127 B
TypeScript

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