UNPKG

pkg-components

Version:
2 lines (1 loc) 84 B
export const isNumber = (input: string): boolean => RegExp(/\d/, 'gi').test(input);