// 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 "./iri.js";
export * from "./numeric.js";
export * from "./object.js";
+export * from "./string.js";
+export * from "./value.js";