GHHG10's picture
download
raw
185 Bytes
export function centsToMicroCents(amount: number) {
return Math.round(amount * 1000000)
}
export function microCentsToCents(amount: number) {
return Math.round(amount / 1000000)
}

Xet Storage Details

Size:
185 Bytes
·
Xet hash:
021fb18f05ec44375d6b0c8b6e19f99f3b91dfdaa18023249dad3b072cf82df9

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.