UNPKG

320 BTypeScriptView Raw
1/**
2 * @param value Should 'expo' validate the environment against Constants.expoVersion
3 */
4export declare function _setShouldThrowAnErrorOutsideOfExpo(value: any): void;
5/**
6 * Should 'expo' validate the environment against Constants.expoVersion
7 */
8export declare function shouldThrowAnErrorOutsideOfExpo(): boolean;