UNPKG
@mathlib/functions
Version:
latest (1.0.0)
1.0.0
Mathematical functions
github.com/mathlib-js/functions
mathlib-js/functions
@mathlib/functions
/
dist
/
isEven.d.ts
3 lines
(2 loc)
•
68 B
TypeScript
View Raw
1
2
3
declare
function
isEven
(
n
:
number
):
boolean
;
export
default
isEven;