// oxlint-disable-next-line typescript/ban-ts-comment // @ts-ignore: bundle not available until we build it import * as bundle from './app/bundle.api.js'; export const amountToInteger = bundle.lib.amountToInteger; export const integerToAmount = bundle.lib.integerToAmount;