UNPKG

@gerhobbelt/mathjax-third-party-extensions

Version:

A list of MathJax extensions provided by third-party contributors

2 lines (1 loc) 102 B
export const isArray = Array.isArray || (<T>(x: any): x is T[] => x && typeof x.length === 'number');