@airdot/verifiers

2.1.0 • Public • Published

@airdot/verifiers

Collection of verifiers for Discord.js, node, and URLs.

Installation

Yarn (recommended)

yarn add @airdot/verifiers

Node Package Manager (npm)

npm install @airdot/verifiers

Support

Create an issue for support.

Discord

Discord Server

Example Usage

import { Verifiers } from "@airdot/verifiers";

Verifiers.HexColor("#5865f2")
//-> true

// false is for the `strict` setting
// to only allow protocol links
Verifiers.Web.Link("discord.gg", false)
//-> true

/@airdot/verifiers/

    Package Sidebar

    Install

    npm i @airdot/verifiers

    Weekly Downloads

    1

    Version

    2.1.0

    License

    MIT

    Unpacked Size

    11.4 kB

    Total Files

    12

    Last publish

    Collaborators

    • turtlepaw