Skip to content

Instantly share code, notes, and snippets.

@oleh-zaporozhets
Created November 16, 2020 09:53
Show Gist options
  • Select an option

  • Save oleh-zaporozhets/e0e0f7f8d5399b05f72b40a5b652eae4 to your computer and use it in GitHub Desktop.

Select an option

Save oleh-zaporozhets/e0e0f7f8d5399b05f72b40a5b652eae4 to your computer and use it in GitHub Desktop.
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