UNPKG

@technobuddha/library

Version:
9 lines (8 loc) 236 B
/** * Encode a unicode (UTF-16 encoded javascript) string into UTF8 * * @param input The string to encode * @returns The UTF-8 encoded string */ export declare function encodeUTF8(input: string): string; export default encodeUTF8;