Skip to content

Instantly share code, notes, and snippets.

@stevenh77
Created March 30, 2017 13:30
Show Gist options
  • Save stevenh77/0b23fb63e700df7cb3a321cd1e7867ff to your computer and use it in GitHub Desktop.
Save stevenh77/0b23fb63e700df7cb3a321cd1e7867ff to your computer and use it in GitHub Desktop.
// command prompt
npm install --save lodash
npm install --save @types/lodash
// in your .ts file
import * as _ from 'lodash';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment