xpath-to-css-template-string-tag

1.0.9 • Public • Published

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

Package Sidebar

Install

npm i xpath-to-css-template-string-tag

Weekly Downloads

8

Version

1.0.9

License

MIT

Unpacked Size

3.01 kB

Total Files

3

Last publish

Collaborators

  • piecioshka