TypeScriptでunderscoreを使う方法

npmパッケージをインストール

$ npm i -S underscore

型宣言をインストール

npm i -S @types/underscore

インポート

import * as _ from "underscore";