is-freebsd
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

License issues Weekly downloads Total downloads Minified size Version

is-freebsd

A tool to check if the operating system is FreeBSD or not

Installation

npm install is-freebsd

Or, if you prefer yarn

yarn add is-freebsd

Usage

const { isFreeBSD } = require('is-freebsd');

// If the OS that the program is executing in is FreeBSD then it returns true
console.log(isFreeBSD()); // true

Contributing

Contributions are welcome. See the contribution guide for more info.

License

This software is licensed under the MIT License. See the LICENSE for more info.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    2
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i is-freebsd

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

3.83 kB

Total Files

5

Last publish

Collaborators

  • priyanshurav