An open API service indexing awesome lists of open source software.

https://github.com/replete/typescript-patterns

Some TypeScript patterns I've put together as part of learning the language.
https://github.com/replete/typescript-patterns

Last synced: 25 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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'