jordanreger
jordanreger3y ago

write map to .ts file

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

Did you find this page helpful?