mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
4 lines
100 B
TypeScript
4 lines
100 B
TypeScript
import * as R from 'ramda';
|
|
|
|
export const BalanceSheetTotal = (Base: any) => class extends Base {};
|