]> Lady’s Gitweb - Pisces/blobdiff - mod.js
Add methods for own entries and values to object.js
[Pisces] / mod.js
diff --git a/mod.js b/mod.js
index d036cbc220f4c970d80aee972071d6e8cb2bde86..600f6195700cc9b1715562e9dfefe6bd232b0e69 100644 (file)
--- a/mod.js
+++ b/mod.js
@@ -1,16 +1,19 @@
 // ♓🌟 Piscēs ∷ mod.js
 // ====================================================================
 //
-// Copyright © 2020–2022 Lady [@ Lady’s Computer].
+// Copyright © 2020–2023 Lady [@ Lady’s Computer].
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at <https://mozilla.org/MPL/2.0/>.
 
-export * from "./base64.js";
+export * from "./binary.js";
 export * from "./collection.js";
 export * from "./function.js";
+export * from "./iterable.js";
 export * from "./iri.js";
 export * from "./numeric.js";
 export * from "./object.js";
 export * from "./string.js";
+export * from "./symbol.js";
+export * from "./value.js";
This page took 0.056254 seconds and 4 git commands to generate.