Skip to content

Commit

Permalink
chore: update golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Sep 23, 2020
1 parent cee182e commit 6241024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_guard/dist/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -531,13 +531,13 @@ export declare class Subject<T> extends Observable<T> implements SubscriptionLik
protected _checkFinalizedStatuses(subscriber: Subscriber<any>): void;
protected _innerSubscribe(subscriber: Subscriber<any>): Subscription;
protected _subscribe(subscriber: Subscriber<T>): Subscription;
protected _throwIfClosed(): void;
protected _trySubscribe(subscriber: Subscriber<T>): TeardownLogic;
asObservable(): Observable<T>;
complete(): void;
error(err: any): void;
lift<R>(operator: Operator<T, R>): Observable<R>;
next(value: T): void;
protected throwIfClosed(): void;
unsubscribe(): void;
static create: Function;
}
Expand Down

0 comments on commit 6241024

Please sign in to comment.