Fixed flow error

This commit is contained in:
Gregory Schier 2017-11-02 13:51:15 +01:00
parent a8a20252c6
commit 68cda7187b

View File

@ -1,5 +1,5 @@
declare class Curl {
getVersion: () => string,
static getVersion: () => string,
static option: {
ACCEPT_ENCODING: number,
CAINFO: number,