whichx-utils

2.1.0 • Public • Published

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, 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("url in google.com");

console.log(body) // ...

📁 Documentation (COMMING SOON) (not fully)

All documentation on methods, requests, and additional information is on the WHICHX-UTILS.

📃 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...

Package Sidebar

Install

npm i whichx-utils

Weekly Downloads

2

Version

2.1.0

License

MIT

Unpacked Size

10.7 kB

Total Files

17

Last publish

Collaborators

  • spelsinxs