UNPKG

patronum

Version:

☄️ Effector utility library delivering modularity and convenience

11 lines (10 loc) 188 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.not = not; function not(source) { return source.map(value => !value, { skipVoid: false }); }