UNPKG

@surveycake/utils

Version:

SurveyCake Javascript Utils

8 lines (7 loc) 180 B
/** * @module validator.number */ /** * @param arg argument will be tested if it is numeric or not. */ export declare function isNumeric(arg: number | string): boolean;