UNPKG
orbty
Version:
latest (0.9.8)
0.9.8
0.9.7
0.9.6
0.9.4
0.9.2
0.9.0
0.8.9
0.8.8
0.8.7
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.7
0.7.6
0.7.5
0.7.4
0.7.0
0.6.9
0.6.8
0.6.6
0.6.5
0.6.2
0.6.1
Simple and high performance web server structure for
github.com/hubr-lab/orbty
hubr-lab/orbty
orbty
/
lib
/
helpers
/
values.js
4 lines
(3 loc)
•
82 B
JavaScript
View Raw
1
2
3
4
module
.
exports
.
isOnlyNumber
=
(
text
) =>
{
return
/^\d+$/
.
test
(
String
(text)); };