/whichx-utils

Repository of package, with tools designed to work with strings, numbers, and mathematics.

Primary LanguageJavaScriptMIT LicenseMIT

npm js-standard-style

📦 WhichX-utils

A package, with tools designed to work with strings, numbers, and mathematics.

🚧 DEVELOPMENT!
Development is in full swing, wait for the results.

🔑 Installation (not fully)

• From NPM:

npm install whichx-utils@latest

• From YARN:

yarn add whichx-utils@latest

📁 Content

‼️ Important link

For export and import to work with usages, you need to write type="module" in package.json

Usage getPort

import { port } from "whichx-utils";

const body = port.default({

Types: [
{
    port: 80
}
],
config: {}
});

console.log(body) // { type: "HTTP" }

Usage MessageFrom

import { MessageFrom } from "whichx-utils";

const body = MessageFrom("Hello");

console.log(body) // Hello.

Usage to getLast

import { getLast } from "whichx-utils";

const body = ["hello", "bye"].getLast();

console.log(body) // bye

Usage to WhileUtils

import { whileUtils } from "whichx-utils";
 
const body = whileUtils("facebook.com"); // url from google.com

console.log(body) // ...

📃 License

This information is distributed for informational purposes. We are not trying to offend anyone. For more information go to the file LICENSE.

😍 and more soon...

🔗 Creadits