Skip to content
This repository has been archived by the owner on Jun 17, 2019. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 210 Bytes

.verb.md

File metadata and controls

12 lines (8 loc) · 210 Bytes

Heads up!

As of v0.2.0 this module always returns a function.

Node.js usage

var isWindows = require('{%= name %}');

console.log(isWindows());
//=> returns true if the platform is windows