Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function globalThis.__bootstrap.webidl.createNullableConverter
import { globalThis } from "https://deno.land/x/deno@v1.29.1/ext/webidl/internal.d.ts";
const { createNullableConverter } = globalThis.__bootstrap.webidl;

Create a converter that makes the contained type nullable.

Parameters

converter: (v: any, opts: ValueConverterOpts) => T

Returns

(v: any, opts: ValueConverterOpts) => T | null