rustofrustofrust666 0.1.0

test
Documentation
1
2
3
4
5
a ={
  b: 32
}
c = a.b
console.log(typeof c)