site/node_modules/mathjax-full/js/ui/safe/SafeMethods.d.ts

5 lines
134 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
import { FilterFunction } from './safe.js';
export declare const SafeMethods: {
[name: string]: FilterFunction<any, any, any>;
};