We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cff38de + b1a7cb9 commit c8b4502Copy full SHA for c8b4502
packages/utils/README.md
@@ -39,9 +39,13 @@ npm i @slck/utils --save
39
- hasDuplicateByKeys
40
- generateMultiplesInRange
41
- selectMatchingObjectsByKeys
42
+ - toReadableTitle
43
+ - parseSqlCustomExpressionTokens
44
+ - isNumeric
45
46
# Types
47
48
- GenericObjectType
49
- ErrorType
50
- EndpointConfig
51
+ - SQLCustomToken
packages/utils/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@slck/utils",
3
- "version": "4.9.0",
+ "version": "4.14.0",
4
"type": "commonjs",
5
"license": "MIT",
6
"publishConfig": {
@@ -47,6 +47,7 @@
"isDateLike",
"hasDuplicateByKeys",
"generateMultiplesInRange",
- "selectMatchingObjectsByKeys"
+ "selectMatchingObjectsByKeys",
+ "toReadableTitle"
52
]
53
}
0 commit comments