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.
- Host: GitHub
- URL: https://github.com/replete/typescript-patterns
- Owner: replete
- Created: 2016-10-05T13:45:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-05T14:54:23.000Z (over 9 years ago)
- Last Synced: 2025-03-04T06:46:40.398Z (over 1 year ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'