UNPKG

@ts-for-gir/lib

Version:

Typescript .d.ts generator from GIR for gjs

7 lines (6 loc) 189 B
/** * Checking whether a string is numeric * @param str The string to check * @returns Whether the string is numeric or not */ export declare const isNumeric: (str: string) => boolean;