UNPKG
@feng-j/console-progress
Version:
latest (1.5.0)
1.5.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
0.0.1
在 node 终端控制台中输出进度条
github.com/Fengjing95/console-progress
Fengjing95/console-progress
@feng-j/console-progress
/
lib
/
types
/
utils
/
stringTemplate.d.ts
7 lines
(6 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * 格式化字符串模板 *
@param
template 字符串模板 *
@param
data 插入的数据 */
export
declare
function
formatStringTemplate
(
template
:
string
,
data
:
Record
<
string
,
string
|
number
>
):
string
;