]> Lady’s Gitweb - Pisces/blobdiff - mod.js
Add buffer getters and setters to binary.js
[Pisces] / mod.js
diff --git a/mod.js b/mod.js
index a25bc1ed006a454b0efd2b66c24eb77dbf5d87b6..13840c95b1fb48e5c25085130d26d682e26f607b 100644 (file)
--- a/mod.js
+++ b/mod.js
@@ -7,8 +7,11 @@
 // 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 "./i·r·i.js";
+export * from "./function.js";
+export * from "./iri.js";
 export * from "./numeric.js";
 export * from "./object.js";
+export * from "./string.js";
+export * from "./value.js";
This page took 0.021621 seconds and 4 git commands to generate.