GT2/Ejectable/node_modules/expo/build/environment/validatorState.d.ts

9 lines
320 B
TypeScript
Raw Normal View History

2021-08-16 00:14:59 +00:00
/**
* @param value Should 'expo' validate the environment against Constants.expoVersion
*/
export declare function _setShouldThrowAnErrorOutsideOfExpo(value: any): void;
/**
* Should 'expo' validate the environment against Constants.expoVersion
*/
export declare function shouldThrowAnErrorOutsideOfExpo(): boolean;