@runroom/purejs
v3.2.2
Published
PureJS is a pack of vanilla javascript functions exported as Nodejs modules.
Downloads
2,312
Readme
PureJS
PureJS is a pack of pure javascript, non-jquery, functions exported as Node.js modules.
Quickstart
Install the package as your project dependency
npm install @runroom/purejs
Use it importing the whole library or the methods you need
import events from "@runroom/purejs/lib/events";
events.onDocumentReady(() => {
// your code
});