UNPKG

@botonic/plugin-contentful

Version:

## What Does This Plugin Do?

4 lines (3 loc) 110 B
export declare function isOfType<T extends string>(val: string, enumType: { [s: string]: T; }): val is T;