vqua2string

1.0.32 • Public • Published

← back

Vqua2string

Tranform vqua nodes to string

Example

 
  const vqua2string = require('vqua2string')
 
  const nodes = [
    {
      type: TAG_TYPE,
      tag: 'div',
      props: {},
      childs: []
    }
  ]
 
  const string = vqua2string(nodes)
 
  // string =>
  //
  // '<div></div>'
 

Readme

Keywords

Package Sidebar

Install

npm i vqua2string

Weekly Downloads

1

Version

1.0.32

License

ISC

Unpacked Size

5.23 kB

Total Files

12

Last publish

Collaborators

  • sterjakov