BETAmodules.com is in beta — open to partnerships & joint ventures.Build with us

zonghe-lmraaa

v1.0.0npm· JavaScript

//1.封装函数 const copyFn = (add, del) => { //2.判断起始文件是否存在 如果不存在则不能复制 if (!fs.existsSync(add)) { throw new Error("源文件不存在" + add); return; } //3.判断目标文件是否存在 如果存在则不能复制 if (fs.existsSync(del)) { throw new Error

The verdict
Abandoned. Last published 5 years ago. No recent activity — look for a maintained alternative.
No recent activity — look for a maintained alternative.
Live from the npm registry · derived rules, not AI
How it scores
MaintenanceAbandoned
PopularityUnknown
SecurityClean
LicensePermissive
DepsLean
Maintenance
Last published 5 years ago.
Popularity
Download count unavailable.
Security
No known advisories for this version (OSV).
License
ISC
Dependencies
2 direct dependencies
Recent releases
  • 1.0.05 years ago