UNPKG
@amxdev/format-bytes
Version:
latest (1.0.1)
1.0.1
1.0.0
Format bytes as human-readable string (e.g. 2.5 MB).
@amxdev/format-bytes
/
tsconfig.json
10 lines
•
168 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"target"
:
"ES2017"
,
"module"
:
"CommonJS"
,
"declaration"
:
true
,
"outDir"
:
"dist"
,
"strict"
:
true
}
,
"include"
:
[
"src"
]
}