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.

6 lines 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.contains = void 0; const contains = (enumType, value) => (Array.isArray(value) ? value : [value]).every((x) => Object.values(enumType).includes(x)); exports.contains = contains; //# sourceMappingURL=contains.js.map