c
Size: a a a
c
c
let a: string | string[] = ""c
c
c
c
Store<string> в аргумент принимающий Store<string | string[]>v
Store<string> в аргумент принимающий Store<string | string[]>Store<string> в Store<string> | Store<string[]>c
Store<string> в Store<string> | Store<string[]>DS
let a: Store<string | string[] | undefined> = createStore("")c
DS
c
c
DS
c

YL
yv
Store<string> | Store<number>?VK
c
c
Store<string> | Store<number>?React.HTMLInputAttributes<{}>['input']