Sha256: 44a6c89fde5b2fe3ce068fdada2c53267ef10ddaf105dcb34eab633c2b79f79e
Contents?: true
Size: 267 Bytes
Versions: 16
Compression:
Stored size: 267 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))); } }
Version data entries
16 entries across 15 versions & 5 rubygems