UNPKG

node-ssh-plus

Version:

Enhance functionality in the node-ssh library by providing common function implementations

8 lines (7 loc) 137 B
module.exports = { MTIME: 1 << 0, SIZE: 1 << 1, has(value, enumValue) { return (value & enumValue) == enumValue; }, }