examples/DefaultSettings.js

/**
 * Provides the default options for the AddonSettings module.
 *
 * @public
 * @module data/DefaultSettings
 */

export const DEFAULT_SETTINGS = Object.freeze({
    thisExampleSettingEnabled: null
});