]> Lady’s Gitweb - Pisces/blob - mod.js
Add methods for own entries and values to object.js
[Pisces] / mod.js
1 // ♓🌟 Piscēs ∷ mod.js
2 // ====================================================================
3 //
4 // Copyright © 2020–2023 Lady [@ Lady’s Computer].
5 //
6 // This Source Code Form is subject to the terms of the Mozilla Public
7 // License, v. 2.0. If a copy of the MPL was not distributed with this
8 // file, You can obtain one at <https://mozilla.org/MPL/2.0/>.
9
10 export * from "./binary.js";
11 export * from "./collection.js";
12 export * from "./function.js";
13 export * from "./iterable.js";
14 export * from "./iri.js";
15 export * from "./numeric.js";
16 export * from "./object.js";
17 export * from "./string.js";
18 export * from "./symbol.js";
19 export * from "./value.js";
This page took 0.053308 seconds and 5 git commands to generate.