MCPcopy
hub / github.com/dthree/vantage / isNumber

Function isNumber

bin/vantage.js:45–47  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

43}
44
45function isNumber(str) {
46 return !isNaN(parseInt(str));
47}
48
49function connect(vantage, server, port, opt) {
50 return vantage.connect(server, port, opt).then(function(err) {

Callers 1

parseConnectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected