@yookue/ts-lang-utils
    Preparing search index...

    Function isInteger

    • Returns whether the given value is an integer

      Parameters

      • Optionalvalue: number

        the number value to check

      Returns boolean

      whether the given value is an integer

      David Hsing

      isInteger(1);    // true