Skip to content

Commit

Permalink
Remove hasRegistration
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho authored Jul 29, 2022
1 parent a1b2172 commit e0e6df9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions text/0821-public-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ export default interface Owner {
options?: RegisterOptions
): void;

hasRegistration(fullName: string): boolean;

factoryFor(fullName: string): FactoryManager<unknown> | undefined;
}
```
Expand Down

0 comments on commit e0e6df9

Please sign in to comment.