Files
actual/packages/api/utils.ts
2025-10-09 22:55:48 +01:00

7 lines
266 B
TypeScript

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