Skip to content

Instantly share code, notes, and snippets.

@dead-claudia
Created October 23, 2016 01:08
Show Gist options
  • Save dead-claudia/2d600e63a58b44a68dc4040c3862b5d7 to your computer and use it in GitHub Desktop.
Save dead-claudia/2d600e63a58b44a68dc4040c3862b5d7 to your computer and use it in GitHub Desktop.
npm-debug.log
node_modules
/**
* @typedef {Object} foo
* @property {any} [obj]
*/
export default function foo() {
}
import foo from './foo';
foo;
{
"scripts": {"test": "ts-node --no-cache index.ts"},
"dependencies": {
"ts-node": "^1.6.0",
"typescript": "^2.1.0-dev.20161022"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment