UNPKG

@gerhobbelt/mathjax-third-party-extensions

Version:

A list of MathJax extensions provided by third-party contributors

5 lines 159 B
export class SubscriptionLog { constructor(public subscribedFrame: number, public unsubscribedFrame: number = Number.POSITIVE_INFINITY) { } }