Skip to content

Instantly share code, notes, and snippets.

@Nijhazer
Nijhazer / bawts-01.js
Created December 2, 2015 03:14
Building Applications with TypeScript - Snippet 01
var TaskManager = {
getTask: function(id) {
// issue an API request to fetch this task
}
};