xpath-to-css-template-string-tag
v1.0.8
Published
🔨 Convert XPath to Selector as Tagged template literal
Downloads
142
Maintainers
Readme
xpath-to-css-template-string-tag
🔨 Convert XPath to Selector as Tagged template literal
Installation
npm install xpath-to-css-template-string-tag
Usage
const { x } = require('xpath-to-css-template-string-tag');
x`//div[@id="foo"]` // 'div#foo'
Unit tests
npm test
Code coverage
npm run coverage
License
The MIT License @ 2018