UNPKG

@n3okill/utils

Version:
8 lines (7 loc) 199 B
import { EnumTypes } from "./_types"; /** * Return the Enum value of the type of the argument * @param arg * @returns {EnumTypes} */ export declare function getEnumType(arg: unknown): EnumTypes;