Skip to content

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

Notifications You must be signed in to change notification settings

spelsinx/whichx-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published