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

Hsl.Normalized

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

const { Normalized } = Hsl;
type Normalized = {
h: Hue;
}
;

§Type