Edit file File name : index.ts Content :import Dirent from './dirent'; import Stats from './stats'; export { Dirent, Stats }; Save