We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f5277 commit 5abbc72Copy full SHA for 5abbc72
index.js
@@ -350,7 +350,7 @@ class Encore {
350
* })
351
* ```
352
*
353
- * @param {object} aliases
+ * @param {Object<string, string>} aliases
354
355
* @returns {Encore}
356
*/
@@ -742,7 +742,7 @@ class Encore {
742
* This is useful for older packages, that might
743
* expect jQuery (or something else) to be a global variable.
744
745
- * @param {object} variables
+ * @param {Object<string, string|string[]>} variables
746
747
748
autoProvideVariables(variables) {
0 commit comments