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