UNPKG
as-type
Version:
latest (2.0.0)
2.0.0
1.0.0
Convert undetermined data types to the type you want
github.com/shnhrrsn/as-type
shnhrrsn/as-type
as-type
/
lib
/
index.d.ts
4 lines
(3 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
export
declare
function
boolean
(
value
:
any
):
boolean
;
export
declare
function
integer
(
value
:
any
):
number
;
export
declare
function
float
(
value
:
any
):
number
;