UNPKG
@plotly/regl
Version:
latest (2.1.2)
2.1.2
2.1.1
regl is a fast functional WebGL framework.
plotly.github.io/regl
plotly/regl
@plotly/regl
/
lib
/
util
/
values.js
4 lines
(3 loc)
•
102 B
JavaScript
View Raw
1
2
3
4
module
.
exports
=
function
(
obj
) {
return
Object
.
keys
(obj).
map
(
function
(
key
) {
return
obj[key] }) }