Skip to content
module@warp-drive/core/reactive

Variable Checkout deprecated

ts
const Checkout: "___(unique) Symbol(Checkout)";

Defined in: warp-drive-packages/core/src/reactive/-private/symbols.ts:46

Symbol for the method used to request a mutable copy of an otherwise immutable ReactiveResource.

Deprecated

use the checkout utility function instead.

Released under the MIT License.