UNPKG

topology-runner

Version:

Run a topology consisting of a directed acyclic graph

5 lines (4 loc) 177 B
/** * Find keys where values match pred. pred can be a lodash iteratee. */ export declare function findKeys<A = any>(pred: string | object, obj: Record<string, A>): string[];