UNPKG
string-tool
Version:
latest (3.0.2)
3.0.2
3.0.1
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
Useful functions for Strings
JannesMeyer/string-tool
string-tool
/
tsconfig.json
11 lines
•
171 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions"
:
{
"lib"
:
[
"es2015"
]
,
"strict"
:
true
,
"noImplicitAny"
:
true
,
"noUnusedLocals"
:
true
,
"noUnusedParameters"
:
true
}
}