azure-devops-mcp

by RyanCardin15
Verified
/** * Cached fs operation wrapper. */ export declare function cachedLookup<T, R>(fn: (arg: T) => R): (arg: T) => R;