프로젝트

일반

사용자정보

통계
| 개정판:

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

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

1
# inherit
2

    
3
  Prototype inheritance utility.
4

    
5
## Installation
6

    
7
```
8
$ component install component/inherit
9
```
10

    
11
## Example
12

    
13
```js
14
var inherit = require('inherit');
15

    
16
function Human() {}
17
function Woman() {}
18

    
19
inherit(Woman, Human);
20
```
21

    
22
## License
23

    
24
  MIT