Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Options.FromHexStringOptions

import type { Options } from "https://raw.githubusercontent.com/i-xi-dev/color.es/5.2.10/src/options.ts"; 

const { FromHexStringOptions } = Options;
type FromHexStringOptions = RgbOrderOptions & FromOptions;

§Type

§
RgbOrderOptions & FromOptions
[src]