//! SPDX-FileCopyrightText: 2025 Chris Duncan <chris@codecow.com>\r
//! SPDX-License-Identifier: GPL-3.0-or-later\r
\r
-import { base32 } from './base32'\r
-import { bin } from './bin'\r
-import { bytes } from './bytes'\r
-import { dec } from './dec'\r
-import { hex } from './hex'\r
-import { obj } from './obj'\r
-import { utf8 } from './utf8'\r
-\r
-export { base32, bin, bytes, dec, hex, obj, utf8 }\r
-export default `\r
- const base32 = ${base32}\r
- const bin = ${bin}\r
- const bytes = ${bytes}\r
- const dec = ${dec}\r
- const hex = ${hex}\r
- const obj = ${obj}\r
- const utf8 = ${utf8}\r
-`\r
+export { base32 } from './base32'\r
+export { bin } from './bin'\r
+export { bytes } from './bytes'\r
+export { dec } from './dec'\r
+export { hex } from './hex'\r
+export { obj } from './obj'\r
+export { utf8 } from './utf8'\r