home box fastbox

FastBox demo

No proxy. Inner properties and methods are reached through .value.

primitive box

message: hello

object box (no forwarding)

name: Ada | age: 36

array box

list: 1, 2, 3 (len: 3)

function box (call through .value)

hi, world

fastBoxedMap (SvelteMap)

scores size: 2

ada: 100

ben: 80

fastBoxedSet (SvelteSet)

tags: svelte, reactive (size: 2)

type guards

count is number: true

user is object: true

list is array: true

greet is function: true

scores is map: true