X-Git-Url: https://git.ladys.computer/Pisces/blobdiff_plain/edbef3a179c4404eb02a83860a76c1f11b9b63d2..83f6aae0d1b8181dc2b0c6ccdba9f2fe2fdba3e6:/mod.js diff --git a/mod.js b/mod.js index dc8d6fc..13840c9 100644 --- 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 . -export * from "./base64.js"; +export * from "./binary.js"; export * from "./collection.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";