mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 03:32:54 -05:00
* Update linting rules and replace @ts-ignore with @ts-expect-error * Add release notes for PR #6636 * Fix TypeScript linting issue by adding @ts-ignore for electron types in server start message * Change category to Maintenance and update linting rules --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
7 lines
274 B
TypeScript
7 lines
274 B
TypeScript
// 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;
|