Files
2023-11-30 14:15:19 +00:00

3 lines
93 B
JavaScript

exports.getFoo = function() {
return require('installed-module-allowed-explicit-foo');
};