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

21 lines
411 B
JavaScript

// 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);