UNPKG

@aws/pdk

Version:

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

5 lines 108 B
export default function _complement(f) { return function () { return !f.apply(this, arguments); }; }