@nospamproxy/core
    Preparing search index...
    interface DurationParsingOptions {
        isDateLargestTimeUnit?: boolean;
        isoDuration: string;
        showAtLeastOneSecond?: boolean;
    }
    Index

    Properties

    isDateLargestTimeUnit?: boolean
    isoDuration: string
    showAtLeastOneSecond?: boolean