@types/format-thousands
TypeScript icon, indicating that this package has built-in type declarations

2.0.3 • Public • Published

Installation

npm install --save @types/format-thousands

Summary

This package contains type definitions for format-thousands (https://github.com/VovanR/format-thousands).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/format-thousands.

index.d.ts

export = formatThousands;

declare function formatThousands(
    number?: number | string,
    option?: string | { separator?: string; formatFourDigits?: boolean },
): string;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Jerry Wang.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/format-thousands

Weekly Downloads

83

Version

2.0.3

License

MIT

Unpacked Size

2.95 kB

Total Files

5

Last publish

Collaborators

  • types