Skip to content

Commit

Permalink
types: fix EasyNativeBinding missing CurlProgressFunc import
Browse files Browse the repository at this point in the history
  • Loading branch information
JCMais committed Apr 8, 2020
1 parent bd76af0 commit f26d66a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/types/EasyNativeBinding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import { CurlInfoName } from '../generated/CurlInfo'
import { CurlCode } from '../enum/CurlCode'
import { CurlGssApi } from '../enum/CurlGssApi'
import { CurlPause } from '../enum/CurlPause'
import { CurlProgressFunc } from '../enum/CurlProgressFunc'
import { CurlSslOpt } from '../enum/CurlSslOpt'
import { SocketState } from '../enum/SocketState'

Expand Down

0 comments on commit f26d66a

Please sign in to comment.