]> Lady’s Gitweb - Sutra/blob - deps.js
Add all X·S·D non‐auxillary functions
[Sutra] / deps.js
1 // ♓️🪡 सूत्र ∷ deps.js
2 // ====================================================================
3 //
4 // Copyright © 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 {
11 abs,
12 bind,
13 call,
14 floor,
15 get8BitUnsignedIntegralItem,
16 getByteLength,
17 getFirstSubstringIndex,
18 getPrototype,
19 isArrayBuffer,
20 isFiniteNumber,
21 isIntegralNumber,
22 ITERATOR,
23 Matcher,
24 min,
25 NAN,
26 NEGATIVE_INFINITY,
27 NEGATIVE_ZERO,
28 objectCreate,
29 POSITIVE_INFINITY,
30 POSITIVE_ZERO,
31 rawString,
32 sameValue,
33 set8BitIntegralItem,
34 stringCatenate,
35 stringIncludes,
36 stringPadEnd,
37 stringPadStart,
38 stringSlice,
39 stringSplit,
40 substring,
41 toExponentialNotation,
42 toFloat32,
43 toNumber,
44 type,
45 UNDEFINED,
46 } from "https://git.ladys.computer/Pisces/blob_plain/0.4.0:/mod.js";
This page took 0.108862 seconds and 5 git commands to generate.