Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/my_dummy_npm_and_deno_module/lib/types/Gender.ts>Gender

Example/tutorial on how to setup denoify
Go to Latest
type alias Gender
import { type Gender } from "https://deno.land/x/my_dummy_npm_and_deno_module@v1.0.0/lib/types/Gender.ts";
definition: "MALE" | "FEMALE"