Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effector/effector
/ get-npm-stats.mjs
File
get-npm-stats.mjs
get-npm-stats.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
* as childProcess from
"node:child_process"
;
2
import
{ promisify } from
"node:util"
;
3
4
const
exec = promisify(childProcess.exec);
Callers
nothing calls this directly
Calls
3
getGzipSize
Function · 0.85
map
Method · 0.65
exec
Function · 0.50
Tested by
no test coverage detected