# Installation
> `npm install --save @types/num2fraction`

# Summary
This package contains type definitions for num2fraction (https://github.com/yisibl/num2fraction#readme).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/num2fraction.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/num2fraction/index.d.ts)
````ts
export = num2fraction;

declare function num2fraction(num: string | number): string;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
 * Dependencies: none

# Credits
These definitions were written by [Sergey12313](https://github.com/sergey12313).
