EddyVerbruggen / nativescript-exit

A plugin for Nativescript framework implementing exit function for the application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A plugin for Nativescript framework implementing exit function for the application

License:Apache License 2.0


Languages

Language:TypeScript 100.0%