prey/prey-node-client

View on GitHub
lib/constants/os.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  RESTRICTION: {
    ONLY_WINDOWS: 'Only for Windows',
    ONLY_MACOS: 'Only for MacOS',
    ONLY_UBUNTU: 'Only for Ubuntu',
  },
};