// Type definitions for react-native-exit-app 1.0.0
// Project: https://github.com/wumke/react-native-exit-app
// Definitions by: Anton Dyshkant <https://github.com/vyshkant>

declare module 'react-native-exit-app' {

    const RNExitApp: {
        exitApp: () => void
    };

    export = RNExitApp;
}