A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.
93
Quality
Pending
Does it follow best practices?
Impact
93%
1.17xAverage score across 10 eval scenarios
Provide a tiny module that exposes the version identifier of the Unicode conversion dependency and formats it for display.
@generates
getLibraryVersion() returns the dependency's version identifier string exactly as declared by the underlying library @testformatVersionLabel("Punycode") prepends the provided label and a colon before the dependency version string @testLibrary is used before the version string @testexport function getLibraryVersion(): string
export function formatVersionLabel(label?: string): stringUse the package's published version identifier when resolving the version string for this module. @satisfied-by
Install with Tessl CLI
npx tessl i tessl/npm-punycodedocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10