Skip to content

piecioshka/xpath-to-css-template-string-tag

Repository files navigation

xpath-to-css-template-string-tag

node version npm version downloads count size license github-ci

🔨 Convert XPath to Selector as Tagged template literal

Usage

Installation:

npm install xpath-to-css-template-string-tag
const { x } = require('xpath-to-css-template-string-tag');
x`//div[@id="foo"]` // 'div#foo'

License

The MIT License @ 2018

About

🔨 Convert XPath to Selector as Tagged template literal

Resources

Stars

Watchers

Forks