UNPKG

react-enable

Version:

feature flags to enable and disable functionality at runtime in a react application

3 lines (2 loc) 161 B
import { EnableContextType } from './EnableContext'; export declare function useTestAndConvert(input?: string[] | string | null): [EnableContextType, string[]];