Skip to main content
Module

x/scaffold/src/deps/types.ts>Mutable

scaffold your next project with style and 💗
Latest
type alias Mutable
Deprecated
Deprecated

@see Writable

import { type Mutable } from "https://deno.land/x/scaffold@0.3.0/src/deps/types.ts";

Type Parameters

BaseType
optional
Keys extends keyof BaseType = keyof BaseType
deprecated
definition: Writable<BaseType, Keys>