UNPKG

phx-node-test-1

Version:

PHX NODE

9 lines (8 loc) 545 B
export declare const currentTime: Date; export declare const timeYearActive: string; export declare const nextYearDate: string; export declare const parseToObject: (value: string) => Record<string, string>; export declare const findAdjustmentForTuition: (list_detail_fee_adjustment: Array<any>) => any; export declare const getTotalAdmissionTuition: (list_detail_promo: any[]) => number; export declare const sumTotalFee: (listFee: Array<any>, isFeeAdjustment?: boolean) => number; export declare const generateValue: (value: number) => number;