jquery-as-string
v0.4.0
Published
jquery source code exported as a string
Readme
jQuery (as a string)
This package just exports the jQuery source code as a (JSON stringified) string. Useful for injecting it into webpages.
Usage
import jquerySource from 'jquery-as-string'
console.log(jquerySource) // outputs the jQuery v4.0.0 (min) source code