UNPKG

inline-assets

Version:

Inline External Assets of HTML/CSS Files

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