4.0.0 • Published 5 years ago

is-mate v4.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

is-mate Build Status Travis

Check if the current session runs Mate desktop.

Install

$ npm install --save is-mate

Usage

const isMate = require('is-mate');

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

API

isMate()

Returns a Promise that resolves either to true or false.

Related

License

MIT © t1st3

4.0.0

5 years ago

3.0.0

5 years ago

2.0.0

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

8 years ago

0.1.2

8 years ago

0.1.0

8 years ago