You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but in lib.es2015.core.d.ts: interface NumberConstructor { // some defination codes.... isInteger(number: number): boolean; // some other def codes... }
thx
The text was updated successfully, but these errors were encountered:
For example, We can use the following in es2015:
Number.isInteger(undefined); // false
but in lib.es2015.core.d.ts:
interface NumberConstructor {
// some defination codes....
isInteger(number: number): boolean;
// some other def codes...
}
thx
The text was updated successfully, but these errors were encountered: