UNPKG

resolve

Version:

resolve like require.resolve() on behalf of files asynchronously and synchronously

2 lines (1 loc) 51 B
module.exports = function (x) { return x * 100; };