Files
Stackq/node_modules/svelte-toolbelt/dist/unbox/unbox.svelte.d.ts
T
eewing cf73cd3b4c INIT
2026-02-17 14:10:16 -06:00

3 lines
118 B
TypeScript

import type { MaybeBoxOrGetter } from "../types.js";
export declare function unbox<T>(value: MaybeBoxOrGetter<T>): T;