UNPKG

@nestia/core

Version:

Super-fast validation decorators of NestJS

4 lines (3 loc) 96 B
export declare namespace ArrayUtil { function has<T>(array: T[], ...items: T[]): boolean; }