Check if a string is punycode.
npm install is-punycodeCheck if a string is punycode.

``sh`
npm install is-punycode
`js
const punycodeRegex = require("punycode-regex");
isPunycode("xn--tiq49xqyj")
//=> true
`
#### string
Type: string`
The string to check.