// Reexport the native module. On web, it will be resolved to ExpoEscPosUtilsModule.web.ts
// and on native platforms to ExpoEscPosUtilsModule.ts
export { default } from './ExpoEscPosUtilsModule';
export { default as ExpoEscPosUtilsView } from './ExpoEscPosUtilsView';
export * from  './ExpoEscPosUtils.types';
