is-cinnamon

3.0.0 • Public • Published

is-cinnamon Build Status Travis

Check if the current session runs Cinnamon desktop.

Install

$ npm install --save is-cinnamon

Usage

const isCinnamon = require('is-cinnamon');

isCinnamon.then(data => {
  console.log(data);
  //=> true or false
});

API

isCinnamon()

Returns a Promise that resolves either to true or false.

Related

License

MIT © t1st3

Package Sidebar

Install

npm i is-cinnamon

Weekly Downloads

6

Version

3.0.0

License

MIT

Unpacked Size

3.74 kB

Total Files

4

Last publish

Collaborators

  • t1st3