mysql2 3.11.3 → 3.11.4-canary.401db79b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -183,7 +183,7 @@ export interface ConnectionOptions {
|
|
|
183
183
|
*
|
|
184
184
|
* You can also specify a function to do the type casting yourself:
|
|
185
185
|
* ```ts
|
|
186
|
-
* (field: Field, next: () =>
|
|
186
|
+
* (field: Field, next: () => unknown) => {
|
|
187
187
|
* return next();
|
|
188
188
|
* }
|
|
189
189
|
* ```
|