Sha256: 30ec6f9c683b988c3cfaa0c4690692049c4e7ed7dc6f6e94f56194c06b86f5e1
Contents?: true
Size: 378 Bytes
Versions: 32
Compression:
Stored size: 378 Bytes
Contents
declare module "punycode" { function decode(string: string): string; function encode(string: string): string; function toUnicode(domain: string): string; function toASCII(domain: string): string; const ucs2: ucs2; interface ucs2 { decode(string: string): number[]; encode(codePoints: number[]): string; } const version: string; }
Version data entries
32 entries across 32 versions & 7 rubygems