nativescript-exit by Dmitry V. Abuzyarov | v1.0.1 A plugin for Nativescript framework implementing exit function for the application npm i --save nativescript-exit Version: 1.0.1 GitHub: Downloads: Last Day: 43 Last Week: 158 Last Month: 710 nativescript-exit A plugin for Nativescript framework implementing exit function for the application ##install npm install nativescript-exit --save ##usage import {exit} from 'nativescript-exit';exit();