Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 329 Bytes

parseToThousands.md

File metadata and controls

19 lines (11 loc) · 329 Bytes

parseToThousands

Is a thousands number format utility.

Arguments

  • value: String: value to be format

Returns

  • string: String: A formatted string that has values ​​with separators

Usage

import { parseToThousands } from '@platformbuilders/helpers'

parseToThousands('1000'); // return 1.000