Pārlūkot izejas kodu

fix: color functions not being exported

Sv443 7 mēneši atpakaļ
vecāks
revīzija
a171b0d
2 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  1. 5 0
      .changeset/five-boats-hug.md
  2. 1 0
      lib/index.ts

+ 5 - 0
.changeset/five-boats-hug.md

@@ -0,0 +1,5 @@
+---
+"@sv443-network/userutils": patch
+---
+
+Fix color functions not being exported 🥴

+ 1 - 0
lib/index.ts

@@ -1,4 +1,5 @@
 export * from "./array.js";
+export * from "./colors.js";
 export * from "./crypto.js";
 export * from "./DataStore.js";
 export * from "./DataStoreSerializer.js";