smato-js

javascript library with predefined functions

Usage no npm install needed!

<script type="module">
  import smatoJs from 'https://cdn.skypack.dev/smato-js';
</script>

README

smato-js

The use of this library is to create some predefined Object,Array,Collection,Number,String methods to be used in large scale application inorder to reduce the code quality,code redundancy.

1. import smato-js in main.js or starting path of your application

const smatojs = require('smato-js')

2. After that assign it to window object

window._S = smatojs

3. You can use it anywhere in your application