UNPKG
@epilogo/stringifyr
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.9
1.1.8
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
0.9.999
0.9.99
0.9.98
0.9.97
0.9.96
0.9.95
0.9.92
0.9.91
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
Stringifyr JS bundle
github.com/EpilogoSRL/stringifyr-cli
EpilogoSRL/stringifyr-cli
@epilogo/stringifyr
/
build
/
types
/
react
/
makeUseNodeValue.d.ts
4 lines
(3 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
import
{
TReact
}
from
'./ReactTypes'
;
import
{
Stringifyr
}
from
'../stringifyr/Stringifyr'
;
export
declare
function
makeUseNodeValue
(
stringifyr
:
Stringifyr
,
React
:
TReact
): <T
extends
string
, R>
(
template
: T,
defaultValue
?: R
) =>
R;