UNPKG
@2e32/react-radio
Version:
latest (1.1.0)
1.1.0
1.0.0
A React radio component
github.com/2e32/react-radio
2e32/react-radio
@2e32/react-radio
/
dist
/
js
/
types
/
utils
/
checkType.d.ts
4 lines
•
252 B
TypeScript
View Raw
1
2
3
4
export
declare
const
isString
:
(
str
:
unknown
) =>
str is
string
;
export
declare
const
isNumber
:
(
num
:
unknown
) =>
num is
number
;
export
declare
const
isFunction
:
(
fn
:
unknown
) =>
fn
is
(...
args
:
never
) =>
unknown
;
//# sourceMappingURL=checkType.d.ts.map