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

init

import { init } from "https://raw.githubusercontent.com/baetheus/fun/main/option.ts";
function init<A = never>(): Option<A>;
§
init<A = never>(): Option<A>
[src]

§Type Parameters

§
A = never
[src]

§Return Type