nativescript-exit
A plugin for Nativescript framework implementing exit function for the application
npm i --save nativescript-exit

Build Status NPM version npm downloads Dependency Status

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();