8 lines
225 B
TypeScript
8 lines
225 B
TypeScript
declare namespace TcHmi.Functions.Beckhoff {
|
|
/**
|
|
* Concatenate multiple string values.
|
|
* @param strings
|
|
*/
|
|
function Concatenate(...strings: string[]): string;
|
|
}
|
|
//# sourceMappingURL=Concatenate.d.ts.map
|