UNPKG

hummus-recipe

Version:

A powerful PDF tool for NodeJS based on HummusJS

8 lines (7 loc) 104 B
module.exports = function (exec) { try { return !!exec(); } catch (e) { return true; } };