1.1.1 • Published 5 years ago

smato-js v1.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

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