Sha256: 2c9e7f2b7ce5a57441c4ced2077059d32fc41e38975c8f4a52b6723767d85e33
Contents?: true
Size: 304 Bytes
Versions: 164
Compression:
Stored size: 304 Bytes
Contents
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = inherit; function inherit(key, child, parent) { if (child && parent) { child[key] = Array.from(new Set([].concat(child[key], parent[key]).filter(Boolean))); } } //# sourceMappingURL=inherit.js.map
Version data entries
164 entries across 16 versions & 3 rubygems