xpath-to-css-template-string-tag

1.0.2 • Public • Published

xpath-to-css-template-string-tag

npm version downloads count

🔨 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

Package Sidebar

Install

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

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

2.43 kB

Total Files

3

Last publish

Collaborators

  • piecioshka