Package Exports
- @lgyn10/mini-lodash
- @lgyn10/mini-lodash/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@lgyn10/mini-lodash) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
mini-lodash
lodash에서 특정 메서드를 구현
take, takeWhile
- 배열, 객체, 문자열을 다루기 위한 API 제공
- 외부 의존성 없는 경량화
설치
npm istall lgyn10/mini-lodash사용법
const ml = require('lgyn10/mini-lodash');