jordanreger
jordanreger2y ago

write map to .ts file

how would i write a Map object to a .ts file?
3 Replies
AapoAlas
AapoAlas2y ago
What do you mean by writing a Map object into a TypeScript code file?
Fifth-Normal-Form
JSON.Stringify(...Map.entries())
jordanreger
jordanregerOP2y ago
we're good, i got it just now

Did you find this page helpful?