UNPKG

@thi.ng/checks

Version:

Collection of 70+ type, feature & value checks

6 lines (5 loc) 108 B
const RE = /^(?:[-+]?(?:0|[1-9][0-9]*))$/; const isIntString = (x) => RE.test(x); export { isIntString };