UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

7 lines (6 loc) 124 B
function _complement(f) { return function () { return !f.apply(this, arguments); }; } module.exports = _complement;