lru-cache
    Preparing search index...

    Type Alias Perf

    this provides the default Perf object source, either the performance global, or the Date constructor.

    it can be passed in via configuration to override it for a single LRU object.

    type Perf = {
        now: () => number;
    }
    Index

    Properties

    Properties

    now: () => number