UNPKG

85 BTypeScriptView Raw
1export = num2fraction;
2
3declare function num2fraction(num: string | number): string;