phased
v0.1.1
Published
JavaScript/TypeScript CSS selector library
Downloads
5
Maintainers
Readme
#phased.js JavaScript/TypeScript CSS selector library.
Code licensed under MIT License.
#Example
var projectName = $$('#task').all('ul li a').withAttribute('href', /\/projects\/\d+$/).maybe.textContent;