Skip to content

Instantly share code, notes, and snippets.

@vladima
Created April 4, 2016 22:52
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 vladima/503a1f39f91a5649851a8d5a3cbffab0 to your computer and use it in GitHub Desktop.
Save vladima/503a1f39f91a5649851a8d5a3cbffab0 to your computer and use it in GitHub Desktop.
"use strict";
var ts = require('typescript');
console.log(ts.SyntaxKind.CallExpression);
import * as ts from 'typescript';
console.log(ts.SyntaxKind.CallExpression);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment