87fdash
v87.0.0
Published
Dashes "87f" to a hydrated jsdom environment.
Readme
87fdash
Dashes the string "87f-" to a hydrated JSDOM instance.
Installation
You know how to install an npm package.
Usage
Simply use as following:
const _87fdash_ = require('./index')
const jsdom = require('jsdom')
const myJSDOMInstance = new jsdom.JSDOM()
_87fdash_.dash87f(myJSDOMInstance)
console.log(myJSDOMInstance.window.document.body.innerHTML) // outputs 87fcontributing
contribute on github
