Skip to content

Instantly share code, notes, and snippets.

@BobGneu
Last active December 10, 2018 23:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BobGneu/3f4008b125cd55d5b3e3954b2e2b3814 to your computer and use it in GitHub Desktop.
Save BobGneu/3f4008b125cd55d5b3e3954b2e2b3814 to your computer and use it in GitHub Desktop.
Wrangling Input within TS - Example 2
(() => {
"use strict";
let instance = new TSWrangle("Bill");
console.log(instance.Name);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment