/*! * Sythos Barcode Suite * * MIT License * * Copyright (c) 2026 Sythos * SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net) * SPDX-License-Identifier: MIT * * Original work. No code from any other barcode implementation. */ /** Public Han Xin Code API. @module hanxin */ export * from './tables.js'; export * from './encoder.js'; export * from './decoder.js'; export * from './detector.js';