UNPKG

@selfcommunity/utils

Version:

Utilities to integrate a Community.

6 lines (5 loc) 107 B
/** * Check if v is an integer number * @param v */ export declare function isInteger(v: any): boolean;