8 lines
222 B
TypeScript
8 lines
222 B
TypeScript
declare namespace TcHmi.Functions.Beckhoff {
|
|
/**
|
|
* Convert string value to uppercase.
|
|
* @param value
|
|
*/
|
|
function ToUpperCase(value: string): string | null;
|
|
}
|
|
//# sourceMappingURL=ToUpperCase.d.ts.map
|