UNPKG

@botonic/plugin-contentful

Version:

## What Does This Plugin Do?

4 lines 146 B
export function isOfType(val, enumType) { return Object.values(enumType).find(m => m == val) != undefined; } //# sourceMappingURL=enums.js.map