UNPKG
plugin-audio
Version:
latest (1.0.0)
1.0.0
wangEditor 上传音频
codeup.aliyun.com/lanxiniu/js/wangEditor-plugin-audio
plugin-audio
/
dist
/
src
/
utils
/
utils.d.ts
12 lines
(11 loc)
•
271 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** *
@description
工具函数 *
@author
wulijie */
/** * 获取随机数字符串 *
@param
prefix 前缀 *
@returns
随机数字符串 */
export
declare
function
genRandomStr
(
prefix?:
string
):
string
; export
declare
function
replaceSymbols
(
str:
string
):
string
;