8 lines
242 B
TypeScript
8 lines
242 B
TypeScript
declare namespace TcHmi.Functions.Beckhoff {
|
|
/**
|
|
* Converts a bigint value to number
|
|
* @param value Value to be converted.
|
|
*/
|
|
function IsSafeInteger(value: bigint): boolean;
|
|
}
|
|
//# sourceMappingURL=IsSafeInteger.d.ts.map
|