Loading Types from Definitely Typed
// If `@types/lodash` is installed, we get proper
// type defintions for this NPM package
import _ from "lodash"
const result = _.flattenDeep([1, [2, [3, [4]], 5]]);
// If `@types/lodash` is installed, we get proper
// type defintions for this NPM package
import _ from "lodash"
const result = _.flattenDeep([1, [2, [3, [4]], 5]]);