UNPKG
xe-utils-es
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
JavaScript 函数库、工具类
xe-utils-es
/
types
/
toFormatString.d.ts
8 lines
(7 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * 字符串格式化占位符 *
@param
{
string
}
str
*
@param
{
object | any[]
}
obj
*/
declare
function
toFormatString
(
str
:
any
,
obj
:
any
):
string
;
export
default
toFormatString;