/** * This statement exports all of the named exports from the 'Mac' module. * This allows other modules to import and use the named exports from 'Mac' as if they were defined in the current module. */ export * from './Mac';