0.0.0 • Published 2 years ago

get-exported-items v0.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Get exported items

Get the exported items from a package.

Install

npm install -g get-exported-items

example

gei
# prompt
✔ Enter the package name … lodash-es
✔ Enter the folders that you want to search … .
# result
has default import: true

identity
isEqual
range
trimStart
isNull
isUndefined
pick
groupBy
...