On this pagestringToUtf8Bytes() functionEncodes a string to a Uint8Array using the utf-8 encoding.Signature:export declare function stringToUtf8Bytes(s: string): Uint8ArrayParametersParameterTypeDescriptionsstringthe string to be encodedReturns:Uint8Array