Content pfp
Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions

Haardik pfp
Haardik
@haardikkk
smth thats annoying me a lot about typescript today - why cant i do import {a, b, c} as myArray from "something" i have to do import {a, b, c} from "something" const myArray = [a, b, c] gah
2 replies
0 recast
1 reaction

greg pfp
greg
@gregfromstl
Curious: when would you do something like this?
1 reply
0 recast
1 reaction

christopher pfp
christopher
@christopher
export const things = [a, b, c] import { things } from "something"
1 reply
0 recast
1 reaction