@captorab/openseries-ts - v1.0.0
    Preparing search index...

    Type Alias DateRangeOptions

    Options to slice a series by date range.

    type DateRangeOptions = {
        fromDate?: string;
        monthsFromLast?: number;
        periodsInYearFixed?: number;
        toDate?: string;
    }
    Index

    Properties

    fromDate?: string
    monthsFromLast?: number
    periodsInYearFixed?: number
    toDate?: string