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

Icons

import { Icons } from "https://gist.githubusercontent.com/MindfulMinun/80ac136be45a5eb0fd2d0793da27ebb9/raw/sugarrush.ts";
enum Icons {
none,
warning = 0,
info = 1,
hint = 2,
error = 3,
confused = 4,
ok = 5,
}

§Members

§
Icons.confused = 4
[src]
§
Icons.error = 3
[src]
§
Icons.hint = 2
[src]
§
Icons.info = 1
[src]
§
Icons.none
[src]
§
Icons.ok = 5
[src]
§
Icons.warning = 0
[src]