mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
6 lines
220 B
TypeScript
6 lines
220 B
TypeScript
// @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;
|