UNPKG
is_module_pattern_test
Version:
latest (1.0.0)
1.0.0
test module prior to unless the savant on production
is_module_pattern_test
/
index.js
7 lines
(6 loc)
•
127 B
JavaScript
View Raw
1
2
3
4
5
6
7
exports
.
to_Object
=
function
(
arr
) {
var
obj = {};
for
(
var
i =
0
; i < arr.
length
; ++i) obj[i] = arr[i];
return
obj; }