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