1.1.1 • Published 10 years ago

component-props v1.1.1

Weekly downloads
135,330
License
-
Repository
github
Last release
10 years ago

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