Primary LanguageTypeScript
Just lodash, but lazy-loads!
import _ from 'ts-lodash' _.compact([1, null, 3]) // [1, 3]