1.0.103-b • Published 3 years ago

simple_js_lib v1.0.103-b

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Simple JS

What is Simple JS?

Simple JS - JavaScript library which can help you make delopment more simple and faster. There are a few functions which need every for frontend developer.

Features

  • Simple and understandable code
  • Essenstial functions
  • Lightweight ⭐

Installation

CDN via jsDelivr

You are able to download with jsDelivr
Full version
<script src="https://cdn.jsdelivr.net/npm/simple_js_lib@1.0.1/_simple-js.js">

Minificated version
<script src="https://cdn.jsdelivr.net/npm/simple_js_lib@1.0.1/_simple-js.min.js">

npm

Install this lib using npm
npm install -i simple_js_lib

Usage

Write this in js file to use the lib.
import sjs from 'simple_js_lib';;

Use functions like methods

console.log(sjs.arraySum([1, 4, 3, [3]]));
// => 11

Documentation

To see all available function visit documentation

Notice: in the documentation uses functions, not methods. Do not forget use thier like methods

1.0.103-b

3 years ago

1.0.103

3 years ago

1.0.102

3 years ago

1.0.101

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago