/** * This statement exports all of the named exports from the './mac' module. * Any file that imports from this module will have access to all of the named exports * from the './mac' module. */ export * from './mac';