Skip to main content
Module

x/tsafe/zz_internal/assertIsRefWrapper.ts

🔩 The missing TypeScript utils
Go to Latest
File
import { id } from "../id.ts";
export const assertIsRefWrapper = { "ref": id<undefined | Record<string, never>>(undefined),};