-
Notifications
You must be signed in to change notification settings - Fork 11
Extended syntax for props #101
Open
Description
Props Desctructuring:
data = observe.items.foo,
{ title, longName } = arg.data,
{ bam, bar } = observe.items.bar,
[ one, two ] = observe.list
Operations in arrays:
foo = [get.foo.bar1, get.foo.bar2]
Activity
Metadata
Metadata
Assignees
Labels
No labels