props-component
v1.0.3
Published
Parse immediate identifiers from a js expression. Built for the [Reactive](https://github.com/component/reactive) template engine.
Downloads
320
Readme
props
Parse immediate identifiers from a js expression. Built for the Reactive template engine.
Installation
$ component install component/props
Example
~ret.indexOf(arr[i])
=> ret arr i
name.first + name.last
=> name
file.mime.split("/")
=> file
file.type + " " + classes().join(" ")
=> file
License
MIT