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: lib/build-pages/resolve-vars.js
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@
3
3
*
4
4
* @param {object} params
5
5
* @param {string} [params.varsPath] - Path to the file containing the variables.
6
-
* @param {object} [params.resolveVars] - Any variables you want passed to the resolveFunction.
7
6
* @param {string} [params.key='default'] - The key to extract from the imported module. Default: 'default'
8
7
* @returns {Promise<object>} - Returns the resolved variables. If the imported variable is a function, it executes and returns its result. Otherwise, it returns the variable directly.
0 commit comments