Skip to main content
Module

x/froebel/types.ts>Mutable

A strictly typed utility library.
Go to Latest
type alias Mutable
import { type Mutable } from "https://deno.land/x/froebel@v0.23.0/types.ts";

Inverse of Readonly

definition: -readonly [K in keyof T]: T[K]