mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 10:33:02 -05:00
7 lines
266 B
TypeScript
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;
|