You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
[String interpolation](https://en.wikipedia.org/wiki/String_interpolation) utility that returns the correct `TypeScript` type based on passed in variables.
4
4
5
+

6
+
7
+
> Library used within a React app. Note that the library itself is framework agnostic and could be used in any TypeScript/JavaScript app.
8
+
5
9
## Main features
6
10
7
11
- Replaces variables within a string with passed in variables
@@ -23,8 +27,6 @@ This utility aims to provide a high quality string interpolation "primitive" to
23
27
24
28
Easiest way to get started is to play around with a [React example sandbox](https://codesandbox.io/p/sandbox/typed-string-interpolation-react-example-slpjgp).
25
29
26
-
> ℹ Note that the library itself is framework agnostic and could be used with anything.
0 commit comments