MCPcopy Create free account
hub / github.com/Maccoder3/MAC-MD / isNumber

Function isNumber

lib/simple.js:1815–1818  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1813}
1814
1815function isNumber() {
1816 const int = parseInt(this)
1817 return typeof int === 'number' && !isNaN(int)
1818}
1819
1820function getRandom() {
1821 if (Array.isArray(this) || this instanceof String)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected