Agregado toping en los menus

This commit is contained in:
Pablinux
2025-05-25 12:10:15 -05:00
parent c7aabd4d1f
commit 0b8549c63c
53 changed files with 3235 additions and 2916 deletions

View File

@@ -1,4 +1,4 @@
# Merge Descriptors
# merge-descriptors
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
@@ -27,12 +27,13 @@ animal.name === 'jon'
### merge(destination, source)
Redefines `destination`'s descriptors with `source`'s.
Redefines `destination`'s descriptors with `source`'s. The return value is the
`destination` object.
### merge(destination, source, false)
Defines `source`'s descriptors on `destination` if `destination` does not have
a descriptor by the same name.
a descriptor by the same name. The return value is the `destination` object.
## License