@decaf-ts/utils 0.3.8 → 0.3.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,19 @@
1
+ /**
2
+ * @description Definition of a slogan item.
3
+ * @summary Represents a single slogan entry with text and tags.
4
+ * @typedef {Object} SloganItem
5
+ * @property {string} Slogan - The slogan text.
6
+ * @property {string} Tags - Comma-separated tags describing the slogan.
7
+ * @memberOf module:utils
8
+ */
9
+
10
+ /**
11
+ * @description List of available slogans for banners and messages.
12
+ * @summary Immutable array of slogan entries used by {@link getSlogan} and banner rendering.
13
+ * @type {SloganItem[]}
14
+ * @const slogans
15
+ * @memberOf module:utils
16
+ */
1
17
  export const slogans = [
2
18
  {
3
19
  Slogan: "No caffeine, no chaos. Just clean code.",