import entire library import _ from "lodash" const nums = [1, 2, 2, 3, 1, 4] let res = _.uniq(nums) // import methods by name // Still loads entire lodash ...
確定! 回上一頁