mekanika / skematic

Data model & rule engine for JS objects
9 stars 0 forks source link

Enable custom transforms #29

Closed cayuu closed 8 years ago

cayuu commented 8 years ago

A no brainer. (Currently transforms only support a fixed list of string transforms)

// ...
  magic: {
    transforms: [val => val * 5]
  }

Support assigning it with/without array enclosure.