UNPKG

@featurevisor/core

Version:

Core package of Featurevisor for Node.js usage

3 lines (2 loc) 199 B
import type { HistoryEntry, LastModified } from "@featurevisor/types"; export declare function getLastModifiedFromHistory(fullHistory: HistoryEntry[], type: any, key: any): LastModified | undefined;