Skip to content

Instantly share code, notes, and snippets.

@holgergp
Last active January 14, 2022 09:45
Show Gist options
  • Save holgergp/d1c69dd773a5d939849f51d15757a50b to your computer and use it in GitHub Desktop.
Save holgergp/d1c69dd773a5d939849f51d15757a50b to your computer and use it in GitHub Desktop.
Import Assertions (TypeScript 4.5 Article)
import obj from "./something.json" assert { type: "json" };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment