1.0.0 • Published 1 year ago

@povsicoenpm/inventore-laboriosam-voluptatum v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

String.prototype.trimEnd Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

An ES2019-spec-compliant String.prototype.trimEnd shim. Invoke its "shim" method to shim String.prototype.trimEnd if it is unavailable.

This package implements the es-shim API interface. It works in an ES3-supported environment and complies with the spec. In an ES6 environment, it will also work properly with Symbols.

Most common usage:

var trimEnd = require('@povsicoenpm/inventore-laboriosam-voluptatum');

assert(trimEnd(' \t\na \t\n') === 'a \t\n');

if (!String.prototype.trimEnd) {
	trimEnd.shim();
}

assert(trimEnd(' \t\na \t\n ') === ' \t\na \t\n '.trimEnd());

Tests

Simply clone the repo, npm install, and run npm test

loggercurriedUint8ArrayStreamwritewordbreakutil.inspectdatalogstyled-componentsgdprslicefromutilsreact posecolumnlessRegExp.prototype.flagsform-validationserializertoArrayserializeTypedArraycollectionpyyamlstableECMAScript 2018setcolorspnpm9idleECMAScript 3gradients css3progressstylesheetindicatordescriptorsObject.assigncallboundTypeScriptcreateclifile systemmonorepohashmimeconsolezerotypesafejsxfiltermixinsenvironmentwatchingObservableformstaskcorstrimStarthasuninstallcensorreduceestreeregularless.jstestString.prototype.trimcollection.es6prettyexechelpersquerystringeventDispatchertoSortedopeneravacss lesssharedarraybufferwatcherBigInt64Arraycore-jsESencryptionjasmineinstallerbundlingrmdirtrimEndfindLastIndexdoma11ysuperstructStyleSheetminimaleslint-pluginmodulesmatchAlll10nbundlertranspileranimationmiddlewaremerge__proto__globcode pointsES2019cssWeakSetcss-in-jsECMAScript 2015formattingirqyamlSetnativejavascriptparsermkdirsless mixinsinvariantfastcopyES7positiverecursivebabel-coresearchreadableArrayBuffer#sliceenderSymbol.toStringTagObservableswhatwgnodejsfetchiterationdom-testing-librarydayjsawaitdeep-copysymbolsduplexmatchsetImmediateECMAScript 2019threefastcloneeditorworkerES5macoslimitedshrinkwrapcmdUint8ClampedArraygetPrototypeOfchineseprotocol-bufferswhichthrottleelectronenumerablerateunicodeschemesigtermbreakcall-boundpreprocessorfixed-widthfastgraphqlclonetoolkittslibcallbindruntimeexit-codetoobjectfunctionalECMAScript 5Int8Arrayrm -rfES2015commanderlinkomittrimvariables in cssforEachreacttoolsapolloFloat32Arrayes6fseventsjsECMAScript 2016react-hookstypeofArray.prototype.containsbrowserlistaccessibilitysuperagenturlschromeexpressionajvconsumedotenvpromisefunctiones2015compilertranspilehookformReflect.getPrototypeOfmakeReactiveExtensionsassignArray.prototype.findLaststreamsFunction.prototype.namequotekoreanfast-deep-clonegetintrinsicequalnopedirectorydiffargsperformancerapidargparsewrapflagCSSredactpureisConcatSpreadableiteratortypanioncommandsafeES2021utileventEmitterttysignalsstylingutilitydataViewObject.valuesdebugfull-widthwgetECMAScript 2022definenpmerror-handlingpathutilitiesES2023Object.entriesrobustcharactersmake dirnamehttpsvalidateawesomesaucesettertypedarrayYAMLnodedependenciesprototypejson-schemalinuxgenericsfast-clonedeterministicfindshebangsyntaxerrorweakmapredux-toolkitinterruptshandlersoffsetWebSocketsham[[Prototype]]postcssstyleguidevalidatorxdgeventscheckRxJSsignalbabelpromisesPushfilekeymapbootstrap lessdropcompile lessmruxsspackageRegExp#flagssymboltesterflatclassnamesES2016ES2020xdg-openspeedtypedJSON-SchemaarraybufferformatJSONcharacterchanneldatastructuredragtoStringTagdatemovereduxgroupBytouchcodeskarmacolumnstakechildviewnested cssinspectbindfast-deep-copyArrayBufferwatchFileconcatMapES2022preserve-symlinksframeres8mkdirpwebsitelazyECMAScript 2021letRFC-6455typescriptObject.fromEntriestypedarraysloggingprivateobjectreducerObject.getPrototypeOfdeep-cloneauthenticationtacitupnegative zerotostringtagvaluesArray.prototype.includesarktyperandom
1.0.0

1 year ago