UNPKG

@dfinity/gix-components

Version:
5 lines (4 loc) 134 B
export declare const enumFromStringExists: <T extends object>({ obj, value, }: { obj: T; value: string | null; }) => boolean;