mirror of
https://github.com/shivammathur/setup-php.git
synced 2026-09-18 10:31:28 +00:00
3 lines
99 B
JavaScript
3 lines
99 B
JavaScript
var punycode = {};
|
|
try { punycode = require("punycode"); } catch (e) { }
|
|
module.exports = punycode; |