UNPKG
@550w-tools/core
Version:
latest (0.0.16)
0.0.16
0.0.15
0.0.14
0.0.13
550w-tools 核心库,暴露若干API供应用层调用
@550w-tools/core
/
lib
/
utils
/
file.d.ts
7 lines
(6 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** *
@description
获取文件名 *
@param
filePath 文件路径 *
@param
removeExtName 是否去除扩展名 */
export
declare
function
getFileName
(
filePath:
string
, removeExtName?:
boolean
):
string
;