chabou / hyper-pane

Extension for Hyper.app to enhance pane navigation.
MIT License
188 stars 13 forks source link

Fix compabitility with other plugins #47

Closed bet4it closed 5 years ago

bet4it commented 5 years ago
> s = {'a':1}
{ a: 1 }
> Array.from(s)
[]
> Array(s)
[ { a: 1 } ]
>