Skip to main content
Module

x/higa/mod.ts>resolveHexaColor

A package to interract with the Discord API coded by myself
Go to Latest
variable resolveHexaColor
import { resolveHexaColor } from "https://deno.land/x/higa@0.1.0-fix/mod.ts";

Given a string representing a color in hexadecimal format, return the corresponding integer value

type

(color: string) => unknown