Navigation Menu

Skip to content

Airdot-Company/verifiers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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