props-component
Parse immediate identifiers from a js expression. Built for the [Reactive](https://github.com/component/reactive) template engine.
Last updated 13 years ago by tjholowaychuk .
Original npm · Tarball · package.json
$ cnpm install props-component 
SYNC missed versions from official npm registry.

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

Current Tags

  • 1.0.3                                ...           latest (13 years ago)

1 Versions

  • 1.0.3                                ...           13 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (2)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |