D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
wabulk.whatzi.online
/
node_modules
/
node-os-utils
/
lib
/
Filename :
bucket.js
back
Copy
/** * 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 } }