公告板
版本库
filestore
活动
搜索
登录
main
/
zhangshi_app_web
张氏APP 前端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改所有模块其他附件需要刷新的问题
yz3456
2024-04-09
4383ef853ef4027a81577fa8110938ddbce56410
[zhangshi_app_web.git]
/
node_modules
/
@npmcli
/
fs
/
node_modules
/
semver
/
functions
/
clean.js
1
2
3
4
5
6
const parse = require('./parse')
const clean = (version, options) => {
const s = parse(version.trim().replace(/^[=v]+/, ''), options)
return s ? s.version : null
}
module.exports = clean