1.0.1 • Published 1 year ago

samsoft-sdk v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

SAMSOFT SDK

Author :Samsoft

About

This SDK provides access to the Samsoft's reusable functions. All you have to do is to install the package and call the emethods.

Installation

Please install this SDK by entering this command in console

npm install samsoft-sdk

Creating an Instance

Create an instance in this way import Samsoft from 'samsoft-sdk'

const client =new Samsoft()

Then use it by calling one of the given Methods.

client.sortSimpleIntArray(4,3,2,1)

Methods

To be updated...