UNPKG

jsmodern

Version:

An extension to existing JavaScript, influenced by other great languages such as Rust, Dart, Java, Golang, etc.

8 lines 178 B
export const isOdd = { label: 'isOdd', fn: function numberIsOdd() { const ctx = this; return 1 === (ctx & 1); }, }; //# sourceMappingURL=is-odd.js.map