2.0.3 • Published 7 months ago

@types/format-thousands v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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

// Type definitions for format-thousands 2.0
// Project: https://github.com/VovanR/format-thousands
// Definitions by: Jerry Wang <https://github.com/c1495616js>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export = formatThousands;

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

Additional Details

  • Last updated: Wed, 18 May 2022 06:31:36 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Jerry Wang.