mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Code review changes
This commit is contained in:
parent
50ee7005f0
commit
82cf57ccd1
4
ftpd/index.d.ts
vendored
4
ftpd/index.d.ts
vendored
@ -12,7 +12,7 @@ import fs = require("fs");
|
||||
import net = require("net");
|
||||
import tls = require("tls");
|
||||
|
||||
export enum LogLevel {
|
||||
export const enum LogLevel {
|
||||
ERROR = 0,
|
||||
WARN = 1,
|
||||
INFO = 2,
|
||||
@ -212,5 +212,5 @@ export declare class FtpServer extends events.EventEmitter {
|
||||
/**
|
||||
* Change/Retrieve logLevel at runtime.
|
||||
*/
|
||||
public debugging:LogLevel;
|
||||
public debugging: LogLevel;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user