UNPKG

157 BJavaScriptView Raw
1var $;
2
3$ = {};
4
5$.normalizePath = require('../dist/normalizePath');
6
7module.exports = function(source) {
8 return require($.normalizePath(`${source}`));
9};