UNPKG

nestjs-resilience

Version:

A module for improving the reliability and fault-tolerance of your NestJS applications

4 lines (3 loc) 75 B
export interface DedupeOptions { keyFn?: (...args: any[]) => string; }