site/node_modules/mathjax-full/js/input/tex/amscd/AmsCdMethods.d.ts

4 lines
127 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
import { ParseMethod } from '../Types.js';
declare let AmsCdMethods: Record<string, ParseMethod>;
export default AmsCdMethods;