rzh9b
rzh9b2y 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?
NDH
NDH2y ago
JSON.Stringify(...Map.entries())
rzh9b
rzh9b2y ago
we're good, i got it just now