UNPKG

liftoff

Version:

Launch your command line tool with ease.

6 lines (5 loc) 89 B
module.exports = function (path) { try { return require(path); } catch (e) {} };