Skip to content

Commit

Permalink
Add family option to properties
Browse files Browse the repository at this point in the history
Needs to be there for this workaround: nodejs/node#7931
  • Loading branch information
mbharanya committed Jun 19, 2018
1 parent bfc0fc1 commit f51154f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Expand Up @@ -248,6 +248,7 @@ export interface RequestOptions {
useQuerystring?: boolean;
uri?: string; // extension
throwResponseError?: boolean; // extension
family?:number;
}

export class RequestError<T> extends Error {
Expand Down

0 comments on commit f51154f

Please sign in to comment.