@nospamproxy/core
    Preparing search index...
    interface DurationParsingResult {
        humanized: string;
        totalMs: number;
    }
    Index

    Properties

    Properties

    humanized: string
    totalMs: number