react-native-mathjax-html-to-svg
Version:
React Native component to display mathematics in html using MathJax. Uses [MathJax](https://github.com/mathjax/)
7 lines (6 loc) • 358 B
TypeScript
export declare function sortLength(a: string, b: string): number;
export declare function quotePattern(text: string): string;
export declare function unicodeChars(text: string): number[];
export declare function unicodeString(data: number[]): string;
export declare function isPercent(x: string): boolean;
export declare function split(x: string): string[];