UNPKG

node-os-utils

Version:
15 lines (14 loc) 267 B
/** * author : Sunil Wang * createTime : 2017/7/9 19:24 * description : */ module.exports = { options: { NOT_SUPPORTED_VALUE: 'not supported', INTERVAL: 1000 }, isNotSupported(res){ return res === this.options.NOT_SUPPORTED_VALUE } }