UNPKG
pinus-cli
Version:
beta (1.2.10-2)
latest (1.7.3)
1.7.3
1.7.1
1.7.0
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.4.14
1.4.13
1.4.12
1.4.11
1.4.10
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.14
1.3.13
1.3.12
1.3.11
1.3.10
1.3.8
1.3.7
1.3.6
1.3.4
1.3.0
1.2.20
1.2.18
1.2.17
1.2.16
1.2.15
1.2.14
1.2.12
1.2.10
1.2.10-2
1.2.10-1
1.2.10-0
1.2.9
1.2.9-y.13
1.2.9-y.12
1.2.9-y.11
1.2.9-y.9
1.2.9-y.8
1.2.9-y.7
1.2.9-y.6
1.2.9-y.5
1.2.9-y.1
1.2.9-y.0
1.2.9-10
1.2.9-9
1.2.9-8
1.2.9-5
1.2.9-4
1.2.9-2
1.2.9-1
1.2.9-0
1.2.8
1.2.8-3
1.2.8-2
1.2.8-1
1.2.8-0
1.2.7
1.2.7-0
1.2.6
1.2.5
1.2.4
1.0.1
pinus command line client for managing pinus
pinus-cli
/
test
/
proto.js
15 lines
(10 loc)
•
152 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
var
obj =
function
(
){
this
.
app
=
1
; } obj.
prototype
.
add
=
function
(
){ }
var
a =
new
obj
();
console
.
log
(a);
for
(
var
key
in
a){
console
.
log
(key); }