UNPKG

316 BTypeScriptView Raw
1// Type definitions for num2fraction 1.2
2// Project: https://github.com/yisibl/num2fraction#readme
3// Definitions by: Sergey12313 <https://github.com/sergey12313>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
6export = num2fraction;
7
8declare function num2fraction(num: string | number): string;