Socket
Book a DemoInstallSign in
Socket

whichx-utils

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

whichx-utils

Package, with tools designed to work with strings, numbers, and mathematics.

latest
Source
npmnpm
Version
2.1.0
Version published
Maintainers
1
Created
Source

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

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

Keywords

modules

FAQs

Package last updated on 21 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.