9 lines
320 B
TypeScript
9 lines
320 B
TypeScript
/**
|
|
* @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;
|