All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.stringify.js Maven / Gradle / Ivy

There is a newer version: 8.4.49
Show newest version
'use strict'

let Stringifier = require('./stringifier')

function stringify(node, builder) {
  let str = new Stringifier(builder)
  str.stringify(node)
}

module.exports = stringify
stringify.default = stringify




© 2015 - 2024 Weber Informatics LLC | Privacy Policy