Skip to content

Commit

Permalink
Change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Vesa Poikajärvi committed Apr 16, 2020
1 parent 20498c7 commit ccc1c6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/ldapauth.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ declare namespace LdapAuth {
*/
starttls?: boolean;
/**
* Provides the secure TLS options. Type is ConnectionOptions because that's what is expected in
* https://github.com/DefinitelyTyped/DefinitelyTyped/blob/56b65142ea06036a7846a46a43da3e9a1b856e22/types/node/v12/tls.d.ts#L661
* Provides the secure TLS options passed to tls.connect in ldapjs
*/
tlsOptions?: ConnectionOptions;
}
Expand Down

0 comments on commit ccc1c6d

Please sign in to comment.