1.0.2 • Published 2 years ago

chandgig v1.0.2

Weekly downloads
-
License
GPL
Repository
github
Last release
2 years ago

chandgig

Data size units (B, KB, MB, GB, TB, PB, EB, ZB, YB) in Farsi

import { chandgig } from 'chandgig'

const bytes = 1555978999 // 1.449118367GB
chandgig(bytes) // '۱٫۴۵ گیگابایت'
chandgig(bytes, { compact: true }) // '۱٫۴۵ گیگ'

chandgig(0) // '۰ بایت'
chandgig(0, { convertZeroToWord: true }) // 'صفر بایت'
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago