/** * * @param x * @returns {boolean} */ export declare function isDigit(x: any): boolean; //# sourceMappingURL=isDigit.d.ts.map