1.0.8 • Published 1 year ago
xpath-to-css-template-string-tag v1.0.8
xpath-to-css-template-string-tag
🔨 Convert XPath to Selector as Tagged template literal
Installation
npm install xpath-to-css-template-string-tagUsage
const { x } = require('xpath-to-css-template-string-tag');
x`//div[@id="foo"]` // 'div#foo'Unit tests
npm testCode coverage
npm run coverageLicense
The MIT License @ 2018