Answers for "how to import something with json file in typescript"

-2

how to import a json string from a file in typescript

import {default as a} from "a.json";
a.primaryMain
Posted by: Guest on June-16-2020

Code answers related to "how to import something with json file in typescript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language