mirror of
https://github.com/julia-actions/julia-buildpkg.git
synced 2026-02-12 17:36:54 +08:00
3 lines
99 B
JavaScript
3 lines
99 B
JavaScript
var punycode = {};
|
|
try { punycode = require("punycode"); } catch (e) { }
|
|
module.exports = punycode; |