@w5s/coreInterfacesAsIntOn this pageAsInt <T>HierarchyAsIntNumericIndex NumericasIntNumeric asIntasInt(this: void, self: T): IntConverts the given value to a Int.@exampleconst SomeType: AsInt<T>;const value: T;SomeType.asInt(value); // Int(...)
Converts the given value to a Int.