UNPKG

orbty

Version:

Simple and high performance web server structure for

4 lines (3 loc) 82 B
module.exports.isOnlyNumber = (text) => { return /^\d+$/.test(String(text)); };