UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

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