/typescript-patterns

Some TypeScript patterns I've put together as part of learning the language.

Primary LanguageTypeScript

Typescript Patterns

As of time of writing, these work in TypeScript 2.0.3.

Currently holding some OOP Design Patterns, this repository may hold other patterns in the future.

Get running quickly

  • Install VSCode
  • Install the 'CodeRunner' extension
  • Right-click inside a .ts file and select 'Run Code'