Last version of lodash now has a few new functions. For example: https://lodash.com/docs#nth.
But lodash typings are for old version and hasn't those functions.
import _ = require('lodash');
How I can add declaration of those functions to _ object?