fix: update jsdoc

This commit is contained in:
JellyBrick
2023-11-06 17:22:46 +09:00
parent 6366dc026e
commit 37067ff950

View File

@ -21,7 +21,7 @@ export const isActive
* @param {object} [options.initialOptions] - The initial options for the plugin. Default: loaded from store. * @param {object} [options.initialOptions] - The initial options for the plugin. Default: loaded from store.
* *
* @example * @example
* const { PluginConfig } = require("../../config/dynamic"); * const { PluginConfig } = require("../../config/dynamic-renderer");
* const config = new PluginConfig("plugin-name", { enableFront: true }); * const config = new PluginConfig("plugin-name", { enableFront: true });
* module.exports = { ...config }; * module.exports = { ...config };
* *