UNPKG

bs-ajv

Version:

BucklesScript bindings to Ajv (Another JSON Validator)

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