Created
November 16, 2020 09:53
-
-
Save oleh-zaporozhets/e0e0f7f8d5399b05f72b40a5b652eae4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| abstract class Storage<T extends string> { | |
| private readonly storage: IStorage; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment