UNPKG

@cranberry-money/shared-utils

Version:

Shared utility functions for Blueberry platform

3 lines 207 B
import type { AssetAllocation } from '@cranberry-money/shared-types'; export declare const validateAllocations: (allocations: readonly AssetAllocation[]) => boolean; //# sourceMappingURL=allocations.d.ts.map