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