Skip to main content
Module

x/discord_emoji/deps.ts

[Library/Deno] A near exact emoji tables of Discord for string-based insertion of emotes without having to escape Unicode.
Go to Latest
import * as discordEmoji from "https://deno.land/x/discord_emoji@v2.0.6/deps.ts";

Functions

Make an assertion, error will be thrown if expr does not have truthy value.

Make an assertion that actual and expected are equal, deeply. If not deeply equal, then throw.