3.2.2 • Published 1 year ago

@runroom/purejs v3.2.2

Weekly downloads
31
License
MIT
Repository
github
Last release
1 year ago

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

3.2.2

1 year ago

3.2.1

1 year ago

3.2.0

1 year ago

3.1.1

2 years ago

3.1.0

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.1.0

5 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago