#software-development
Read more stories on Hashnode
Articles with this tag
The barrel exports pattern is described in Basarat's book (TypeScript Deep Dive), and looks like this: /// index.ts export * from "./a"; export * from...