UNPKG
@lorefnon/tslog
Version:
latest (4.9.1-alpha2)
4.9.1-alpha2
4.9.1-alpha1
Extensible TypeScript Logger for Node.js and Browser.
tslog.js.org
fullstack-build/tslog
@lorefnon/tslog
/
dist
/
types
/
formatTemplate.d.ts
3 lines
(2 loc)
•
221 B
TypeScript
View Raw
1
2
3
import
{
ISettings
}
from
"./interfaces.js"
;
export
declare
function
formatTemplate<
LogObj
>(
settings
:
ISettings
<
LogObj
>,
template
:
string
,
values
:
Record
<
string
,
string
|
number
>,
hideUnsetPlaceholder
?:
boolean
):
string
;