interface ucs2
Methods Jump to heading
deprecated
Jump to headingdecode(string: string): number[]
deprecated
Jump to headingencode(codePoints: readonly number[]): string
Jump to headingdecode(string: string): number[]
Jump to headingencode(codePoints: readonly number[]): string
since v7.0.0 The version of the punycode module bundled in Node.js is being deprecated. In a future major version of Node.js this module will be removed. Users currently depending on the punycode module should switch to using the userland-provided Punycode.js module instead.