SkillAgentSearch skills...

Props

Parse immediate identifiers from a js expression string (useful for template engines)

Install / Use

/learn @component/Props
About this skill

Quality Score

0/100

Supported Platforms

Universal

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

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated2y ago
Forks6

Languages

JavaScript

Security Score

60/100

Audited on Aug 27, 2023

No findings