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

x/tsafe/index.ts>flip

🔩 The missing TypeScript utils
Latest
function flip
import { flip } from "https://deno.land/x/tsafe@v1.7.2/index.ts";

Flip the value of a boolean without having to reference it twice after running flip(x.y, "z") x.y.z !== x.y.z, https://docs.tsafe.dev/flip

Type Parameters

T extends Record<string, any>

Parameters

object: T
prop: KeyOfType<T, boolean>