mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-22 08:42:51 +00:00
5 lines
57 B
TypeScript
5 lines
57 B
TypeScript
import isOdd = require("is-odd");
|
|
|
|
isOdd(5);
|
|
isOdd("5");
|