1.0.0 • Published 23 days ago

@libgitname/voluptatum-quibusdam-molestias v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
23 days ago

String.prototype.trimStart Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

An ES2019-spec-compliant String.prototype.trimStart shim. Invoke its "shim" method to shim String.prototype.trimStart 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 trimStart = require('@libgitname/voluptatum-quibusdam-molestias');

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

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

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

Tests

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

ES2016bufferratelimitvariables in csslintclonebundlingchinesequeueMicrotaskecmascriptTypedArrayreduceArray.prototype.findLastIndexObjectwatchingrequestfastcopysideReflect.getPrototypeOfsequencestyleshttpwatchthroatexitcodesUint8ClampedArrayirqoptionredux-toolkitdeepcloneidlepackage managerschemacolumnsdom-testing-libraryes2018dependency managerflattenECMAScript 2021weakmapObject.valuesdayjspushjQueryhookformserializergraphqlnegative zeroimmerfast-deep-copyreact posextermtouchlinkencryptionslotfastifycolumnFunction.prototype.namejsondeep-copyfastclonedescriptorviewclass-validatorconsumebindECMAScript 2016objectlistenersFloat32Arraydotenvpropimportienamesloggernegativegesturesjson-schema-validationexit-codeextensiontimeTypeBoxreducerstreams2upquotenopecss-in-jslastPushprivate datanamereact-testing-libraryargparsexhrmkdirpa11ycollectionless mixinscreatereduxtypeofStyleSheetjsdomarrayopentypeseslintconfigES2017scheme-validationwindowsreactwarningdebuggroupByawesomesauceassigntypedarraystapmatchconcatMapkeysexpressioncoreenvironmententriespipereact animationfetchapollofindtyped arrayguidArray.prototype.flatjsdiffcss nestingvalidationstarterESnextprettyfoldersuperstructreusegetPrototypeOftranspilerESauthArrayBuffertypedarrayBigUint64ArraylesscssArray.prototype.findLasttddprogressforEachvalidatorbrowserlistconstthrottleES2018terminalreadableescapepnpm9Int16Arraycss variablecommand-lineerrori18nwhichuninstallstdlibdomvariableses2017syntaxerrorregularspringes6ES2023limiteverymkdir-0typanionutilitiespreserve-symlinksECMAScript 2022UnderscoreECMAScript 2015bcryptbootstrap csstc39fileinternal slotmimesetImmediatepolyfillsignalomitefficientslicespecstableRegExp#flagsbreakes8assertionregexpparentsfullwidthRegExp.prototype.flagsstatelesstypeerrorhelperspatchcomparecliajaxelectronfindLastvalidoptimistES6artrfc4122bytestyleguidemobiletoArrayaccessibilitylazyurlObject.keyscheckestreeregexkeybyteOffsetperformancejestindicatorframerUint8Arraypackagejsonpathcall-boundES2022visualsharedarraybuffersettertostringtagmatchesemitlinuxarraybufferWeakSetoperating-systemreal-timeduplexes2016eslint-pluginiscallHyBiUint16ArraytypedmacossigtermbabelsymboljoibannercompilerwebReactiveExtensionsexecbuffersjsweaksetrm -rfRFC-6455ECMAScript 2018iterateratedateObject.entriesprefixdeep@@toStringTagpropertymulti-packagemodulespasswordrequireshimlookyamlruntimeflagIteratornumberflatsigintES2020classname$.extendinputwatcherloggingenumerableArrayBuffer#sliceWebSocketszodArray.prototype.flatMapString.prototype.trimFloat64Arraypostcss-pluginterm[[Prototype]]make dirpluginform-validationfunctionalfast-cloneES5curlinspectmatchAlltoobjectfigletinstallsortedtranspilebddJSONparentansinodejsECMAScript 6deletepyyamll10nprotoconfigurablecolourformstatusdescriptorscompile lessObservableavacall-bindeast-asian-widthjasminewaapicommanderfullbrowseres-abstractArrayBuffer.prototype.sliceeventDispatcherWeakMapcjkbundlertrimdeep-cloneshrinkwrapInt8ArraystyleutiltrimRightgettertoolkitflagssafe3dchromiumCSSStyleDeclarationString.prototype.matchAllgetoptSymbol.toStringTagdatainvariantremoveinterruptscharacterless compilermochamiddlewarekarmajwttoSortedincludesgettscolormimetypesassertsargvstreamfiltertypescriptregular expressionslogArray.prototype.containsuuidmixins.envcryptoenvrgbboundhigher-orderprivateYAMLsetPrototypeOffull-widthreadablestreamtoStringTaghasOwnprotocol-buffersfunctionargumentgradients css3persistentttydatastructurespeeddragfindLastIndexeslintpluginstylesheetmruthreeauthenticationmergepackage.jsonserializationRxfixed-widtheslintRxJSframeworkPromisegetintrinsicless csscolorsformscallbacktypesaferedactECMAScript 5japaneserm -fr_.extendArray.prototype.includesshamcoerciblerecursiveserializestylingemojiimmutablejson-schema-validatorautoprefixerquerymime-dbformattingasthardlinksES2015CSSMapgradients cssspinnermkdirsfasttexteventEmittersignalsfromfast-copyES2021equalityJSON-Schema
1.0.0

23 days ago