X-Git-Url: https://git.ladys.computer/Sutra/blobdiff_plain/86748e0641f8c4d833cf2cca4873925a6f6c64e8..refs/tags/0.1.0:/deps.js diff --git a/deps.js b/deps.js index 471ec38..dc9c66a 100644 --- a/deps.js +++ b/deps.js @@ -8,15 +8,20 @@ // file, You can obtain one at . 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";