UNPKG
@rashedmakkouk/dev-utils
Version:
latest (0.15.2)
0.15.2
0.15.1
0.15.0
0.14.9
0.14.8
0.14.7
0.14.6
0.14.5
0.14.1
0.14.0
0.13.2
0.13.1
0.13.0
0.12.0
Utility library.
github.com/rashedmakkouk/dev-utils
rashedmakkouk/dev-utils
@rashedmakkouk/dev-utils
/
lib
/
utils
/
index.d.ts
3 lines
(2 loc)
•
214 B
TypeScript
View Raw
1
2
3
export
declare
const
toFixedRange
:
readonly
[
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
12
,
13
,
14
,
15
,
16
,
17
,
18
,
19
,
20
];
export
declare
const
toNumericMathTypes
:
readonly
[
"abs"
,
"ceil"
,
"floor"
,
"round"
,
"trunc"
];