szl-demo1
v1.0.0npm· JavaScript```javascript const copyDir = (sourcePath, targetPath) => { const flag1 = fs.existsSync(sourcePath) const flag2 = fs.existsSync(targetPath) // 1.容错处理 if (!flag1) { throw new Error("源目录不存在!!!" + sourcePath); return;
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