MCPcopy 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

1import * as childProcess from "node:child_process";
2import { promisify } from "node:util";
3
4const exec = promisify(childProcess.exec);

Callers

nothing calls this directly

Calls 3

getGzipSizeFunction · 0.85
mapMethod · 0.65
execFunction · 0.50

Tested by

no test coverage detected