🔨 Convert XPath to Selector as Tagged template literal
Installation:
npm install xpath-to-css-template-string-tag
const { x } = require('xpath-to-css-template-string-tag');
x`//div[@id="foo"]` // 'div#foo'
The MIT License @ 2018
🔨 Convert XPath to Selector as Tagged template literal
Installation:
npm install xpath-to-css-template-string-tag
const { x } = require('xpath-to-css-template-string-tag');
x`//div[@id="foo"]` // 'div#foo'
The MIT License @ 2018
npm i xpath-to-css-template-string-tag
8
1.0.9
MIT
3.01 kB
3