UNPKG
@2e32/react-checkbox
Version:
latest (1.0.0)
1.0.0
A React checkbox component
github.com/2e32/react-checkbox
2e32/react-checkbox
@2e32/react-checkbox
/
dist
/
js
/
types
/
utils
/
checkType.d.ts
2 lines
•
124 B
TypeScript
View Raw
1
2
export
declare
const
isFunction
: (
fn
:
unknown
) =>
fn
is
(
...args:
never
) =>
unknown;
//# sourceMappingURL=checkType.d.ts.map