UNPKG

@gerhobbelt/mathjax-third-party-extensions

Version:

A list of MathJax extensions provided by third-party contributors

12 lines (8 loc) 275 B
type AssertionError<T = {}> = Error & T & { showDiff: boolean; }; interface AssertionErrorConstructor { new<T = {}>(message: string, props?: T, ssf?: Function): AssertionError<T>; } declare const AssertionError: AssertionErrorConstructor; export = AssertionError;