mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-10 21:01:41 +00:00
update
This commit is contained in:
31
node_modules/object-component/Readme.md
generated
vendored
Normal file
31
node_modules/object-component/Readme.md
generated
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
|
||||
# object
|
||||
|
||||
Object utils.
|
||||
|
||||
## API
|
||||
|
||||
### .keys(obj)
|
||||
|
||||
Return the keys for `obj`.
|
||||
|
||||
### .values(obj)
|
||||
|
||||
Return the values for `obj`.
|
||||
|
||||
### .length(obj)
|
||||
|
||||
Return the number of keys for `obj`.
|
||||
|
||||
### .isEmpty(obj)
|
||||
|
||||
Check if `obj` is empty.
|
||||
|
||||
### .merge(a, b)
|
||||
|
||||
Merge object `b` into `a`, returns `a`.
|
||||
Precedence is given to `b`.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
Reference in New Issue
Block a user