UNPKG

705 BMarkdownView Raw
1# Installation
2> `npm install --save @types/num2fraction`
3
4# Summary
5This package contains type definitions for num2fraction (https://github.com/yisibl/num2fraction#readme).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/num2fraction.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/num2fraction/index.d.ts)
10````ts
11export = num2fraction;
12
13declare function num2fraction(num: string | number): string;
14
15````
16
17### Additional Details
18 * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
19 * Dependencies: none
20
21# Credits
22These definitions were written by [Sergey12313](https://github.com/sergey12313).
23
\No newline at end of file