toLowerCase
Creates a transformation functions that converts all the alphabetic characters in a string to lowercase.
const transform = toLowerCase(options);
Parameters
optionsobjecton'input' | 'change' | 'blur'
Return
transformQRL<TransformField>