// 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,
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";