Skip to content

Instantly share code, notes, and snippets.

@GarryBrown
Created June 17, 2020 10:35
Show Gist options
  • Save GarryBrown/81dc944d2aaa52e01d4502a4ac8ed248 to your computer and use it in GitHub Desktop.
Save GarryBrown/81dc944d2aaa52e01d4502a4ac8ed248 to your computer and use it in GitHub Desktop.
export interface SubscriptionLike extends Unsubscribable {
unsubscribe(): void;
readonly closed: boolean;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment