taiwannumberoneT
Denoβ€’3y agoβ€’
2 replies
taiwannumberone

Import modules from all files in directory

Considering I have multiple ts files in a folder and all of them export the same type module. Can I import them like this?
import * as things from "./things/";
Was this page helpful?