UNPKG

@gerhobbelt/mathjax-third-party-extensions

Version:

A list of MathJax extensions provided by third-party contributors

7 lines (5 loc) 184 B
import { Subscriber } from './Subscriber'; import { TeardownLogic } from './types'; export interface Operator<T, R> { call(subscriber: Subscriber<R>, source: any): TeardownLogic; }