UNPKG

@sectester/core

Version:

The core package can be used to obtain a config including credentials from different sources, and provide a simplified abstraction to handle events and commands.

2 lines (1 loc) 92 B
export declare const contains: <T>(enumType: Record<string, T>, value: T | T[]) => boolean;