SkillAgentSearch skills...

Purejs

Common javascript functions without jquery

Install / Use

/learn @Runroom/Purejs
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PureJS

npm version node

CI QA codecov

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
});

Supported modules

View on GitHub
GitHub Stars16
CategoryDevelopment
Updated3y ago
Forks2

Languages

TypeScript

Security Score

75/100

Audited on Mar 5, 2023

No findings