JSPM

@lgyn10/mini-lodash

0.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q47738F
  • License MIT

lodash에서 특정 메서드를 구현 `take`, `takeWhile`

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');