UNPKG

119 BJavaScriptView Raw
1module.exports = function(packageName) {
2 // This works with package-file-reader/jsdelivr.js
3 return packageName;
4};