1.1.1 • Published 11 months ago

@looker-forks/component-props v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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

1.1.1

11 months ago