1.0.6 • Published 3 years ago

usefullness v1.0.6

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

#This is built as hobby which might become necessary in near coming future

steps to install 1. npm i usefullness --save 2. import it in your file and start using it

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

function detect takes two arguments both type must be string

argument 1 is key which you want to find

argument 2 is data the in which you want to find the key

function will return true of false based on the existance of key inside data

eg:

const { detect } = require('usefullness')

let res = detect("testkey", "this is testing data, the key will be found, this is example to find testkey);

console.log(res);

result will be

true +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

find me @ github linkedin

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago