UNPKG

is-a-discord-invite

Version:

A simple package to check if a string is a Discord invite.

5 lines (4 loc) 218 B
import { checkerOptions } from "./lib/types"; export { checkerOptions }; export declare const defaultOptions: checkerOptions; export declare const check: (value: string | URL, options?: checkerOptions) => boolean;