]> Lady’s Gitweb - Sutra/blobdiff - deps.js
Add all X·S·D non‐auxillary functions
[Sutra] / deps.js
diff --git a/deps.js b/deps.js
index 471ec38b76e8635b40e0100fe2bc740f8580da87..dc9c66a50f79a4c4cc9f035ea2c7bcb875ccfa08 100644 (file)
--- a/deps.js
+++ b/deps.js
@@ -8,15 +8,20 @@
 // file, You can obtain one at <https://mozilla.org/MPL/2.0/>.
 
 export {
+  abs,
   bind,
   call,
   floor,
+  get8BitUnsignedIntegralItem,
+  getByteLength,
+  getFirstSubstringIndex,
   getPrototype,
   isArrayBuffer,
   isFiniteNumber,
   isIntegralNumber,
   ITERATOR,
   Matcher,
+  min,
   NAN,
   NEGATIVE_INFINITY,
   NEGATIVE_ZERO,
@@ -25,9 +30,17 @@ export {
   POSITIVE_ZERO,
   rawString,
   sameValue,
+  set8BitIntegralItem,
+  stringCatenate,
+  stringIncludes,
+  stringPadEnd,
+  stringPadStart,
+  stringSlice,
   stringSplit,
   substring,
+  toExponentialNotation,
   toFloat32,
+  toNumber,
   type,
   UNDEFINED,
 } from "https://git.ladys.computer/Pisces/blob_plain/0.4.0:/mod.js";
This page took 0.020305 seconds and 4 git commands to generate.