소스 검색

fix: color functions not being exported

Sv443 7 달 전
부모
커밋
a171b0d799
2개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  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";