/ ai-anxieties-audio / node_modules / merge-descriptors /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[TXT]HISTORY.md2 years ago363  
[   ]LICENSE2 years ago1.1Kf0d2fc9 test post-receive hook [كارل مبارك]
[TXT]README.md2 years ago1.2K15de0e0 styling, texts [كارل مبارك]
[   ]index.js2 years ago1.2K15de0e0 styling, texts [كارل مبارك]
[   ]package.json2 years ago931 120707f added node version q18.16 to dependincies [كارل مبارك]
README.md

Merge Descriptors

NPM Version NPM Downloads Build Status Test Coverage

Merge objects using descriptors.

var thing = {
  get name() {
    return 'jon'
  }
}

var animal = {

}

merge(animal, thing)

animal.name === 'jon'

API

merge(destination, source)

Redefines destination's descriptors with source's.

merge(destination, source, false)

Defines source's descriptors on destination if destination does not have a descriptor by the same name.

License

MIT

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80