UNPKG
@busy-web/utils
Version:
latest (3.0.3)
3.0.3
3.0.2
3.0.1
3.0.1-beta.1
2.9.0
@busy-web util methods
@busy-web/utils
/
dist
/
string.d.ts
7 lines
(6 loc)
•
160 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** *
@module
Utils
* */
export
declare
function
fmt
(
str
:
string
,
formats
:
any
[]
):
string
;
export
declare
function
loc
(
str
:
string
,
formats
:
any
[]
):
string
;