hexo/node_modules/promise-ftp-common/dist/connectionStatuses.js

21 lines
391 B
JavaScript
Raw Normal View History

2023-09-25 15:58:56 +08:00
// Generated by CoffeeScript 1.10.0
/* jshint node:true */
/* jshint -W097 */
(function() {
'use strict';
module.exports = {
NOT_YET_CONNECTED: 'not yet connected',
CONNECTING: 'connecting',
CONNECTED: 'connected',
LOGGING_OUT: 'logging out',
DISCONNECTING: 'disconnecting',
DISCONNECTED: 'disconnected',
RECONNECTING: 'reconnecting'
};
}).call(this);