프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / object-component / Readme.md

이력 | 보기 | 이력해설 | 다운로드 (345 Bytes)

1 39 HKM
2
# object
3
4
  Object utils.
5
6
## API
7
8
### .keys(obj)
9
10
  Return the keys for `obj`.
11
12
### .values(obj)
13
14
  Return the values for `obj`.
15
16
### .length(obj)
17
18
  Return the number of keys for `obj`.
19
20
### .isEmpty(obj)
21
22
  Check if `obj` is empty.
23
24
### .merge(a, b)
25
26
  Merge object `b` into `a`, returns `a`.
27
  Precedence is given to `b`.
28
29
## License
30
31
  MIT