UNPKG
is-is-odd
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
check if a function is is-odd
github.com/slmjkdbtl/is-is-odd
slmjkdbtl/is-is-odd
is-is-odd
/
index.js
11 lines
(6 loc)
•
134 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
// wengwengweng
'use strict'
;
const
isOdd =
require
(
"is-odd"
);
module
.
exports
=
function
isIsOdd
(
func
) {
return
func == isOdd; }