Modify jsdoc comment

This commit is contained in:
RMidhunSuresh 2022-04-12 21:02:30 +05:30
parent 39bc827aaf
commit efef7147af
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ function populateMapWithDerivedVariables(map, cssFileLocation) {
* @param {string} value - The base value on which an operation is applied
* @param {string} operation - The operation to be applied (eg: darker, lighter...)
* @param {string} argument - The argument for this operation
* @param {boolean} isDark - Indicates whether this theme is dark
*/
/**
*