c
filter: $store.map(v => v !== null),
.map(Boolean)Size: a a a
c
filter: $store.map(v => v !== null),
.map(Boolean)p
V
.map(Boolean)V
c
p
.map(Boolean)c
c
let a: Store<string | string[] | undefined> = createStore("")c
c
YL
c
IS
c
c
c
IS