@shined/package-exported-usage
v0.0.9
Published
[![CI](https://github.com/sheinsight/package-exported-useage/actions/workflows/CI.yml/badge.svg)](https://github.com/sheinsight/package-exported-useage/actions/workflows/CI.yml)
Downloads
6
Readme
@shined/package-exported-useage
Used to count the usage of exported modules in a specific package.
Power by rust .
How to use
npm i @shined/package-exported-useage
const { inspectPackageUsage } = require('@shined/package-exported-usage');
const res = inspectPackageUsage('antd','~/demo-front',errMessage => {
console.log(errMessage)
});