UNPKG

@gerhobbelt/mathjax-third-party-extensions

Version:

A list of MathJax extensions provided by third-party contributors

4 lines (3 loc) 178 B
export function isPromise(value: any): value is PromiseLike<any> { return value && typeof (<any>value).subscribe !== 'function' && typeof (value as any).then === 'function'; }