UNPKG

one-schema

Version:
2 lines (1 loc) 110 B
export default (input: string) => typeof input === 'string' && input.length !== 0 && !(/[^0-9]/.test(input));