northwesternmutual/regent

Discussion: Shorthand rule syntax

Closed this issue · 0 comments

Allow array syntax. In array syntax the left, fn, and right props would be determined by array order. arr[0] = left, arr[1] = fn, arr[2] = right;

const isWarm = ['@temperature', '>', 80]