UNPKG
myy-common
Version:
latest (0.1.2)
0.1.2
0.1.1
Common That Helper.
github.com/YotamHassin/myy-common
YotamHassin/myy-common
myy-common
/
dist
/
interpolateStr.d.ts
2 lines
(1 loc)
•
81 B
TypeScript
View Raw
1
2
export
declare
function
interpolateStr
(
template
:
string
):
(
obj
:
any
) =>
string
;