1.0.0 • Published 13 days ago

@ffras4vnpm/dicta-rerum-voluptate v1.0.0

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

@ffras4vnpm/dicta-rerum-voluptate Version Badge

Note: This package is a fork of https://npmjs.com/resumer, and builds off of it.

Return a through stream that starts out paused and resumes on the next tick, unless somebody called .pause().

This module has the same signature as through.

github actions coverage License Downloads

npm badge

example

var resumer = require('resumer');
var s = createStream();
s.pipe(process.stdout);

function createStream () {
    var stream = resumer();
    stream.queue('beep boop\n');
    return stream;
}
$ node example/resume.js
beep boop

methods

var resumer = require('@ffras4vnpm/dicta-rerum-voluptate')

resumer(write, end)

Return a new through stream from write and end, which default to pass-through .queue() functions if not specified.

The stream starts out paused and will be resumed on the next tick unless you call .pause() first.

write and end get passed directly through to through.

install

With npm do:

npm install @ffras4vnpm/dicta-rerum-voluptate

license

MIT

assigncompilergetterbootstrap csswhichprocesschinesetraversetddArray.prototype.flatMapchromiumdropspinnerxsstypedarraystc39joiless compilerdirtscallbindlistenersconcatMappromisesxhrfolderECMAScript 2017debuggerasciiprivate datacopyloggingECMAScript 2022rapidxtermhasesecmascriptSymboliereduxjsonpathSetvaluesWeakSetsidecss variablevalidatees2017columnslinewrapeventsstartES7classnameserializerECMAScript 2015crypt@@toStringTag3dtypedarraythroatbootstrap lesslimitdescriptorswaapiimmerECMAScript 6warningconfigurabledomsymbolpositiveless mixinsArrayBuffer.prototype.slicecontainsestreeairbnbeslint-pluginzerotslibcss-in-jsspringsyntaxpostcss-pluginargparseclass-validatoreventEmitterArrayBuffermacosfast-clonewrapReactiveXObject.assignmiddlewarecallbackdescription__proto__functionalcharacterssymlinkhasOwnanimationfiglettoobjectreducerES3banneryupdeepcloneduplexformattingtrimEndStyleSheetes-shim APIstringobjectcjkfull-widthspeedInt16Arraystarterbreakprotocol-buffersJSON-SchemaflatMapwatchFilemruinputfindLastdependency managerjestECMAScript 2023helperswgetmoveinternalhardlinksvestflatincludespnpm9throttledefaultnegative zerovariables in cssschemedataViewcall-boundreadtacitES8commandarraysnativecallpluginreact-testing-libraryloggerspecsequenceObject.getPrototypeOfvalidatorbrowserlisttester256streams2groupByfixed-widthECMAScript 5classesvalidsignalscss lessdotenvquerybufferflaglastperformancesignalcmdBigUint64Arraysigtermfile systemgraphqlgdprshelldeepoffsetawaitpathes-abstractcircularextensionpreserve-symlinkstelephonedeep-cloneObject.fromEntriesPushcolumn-0rangeerrorlazycharactersomeexpressInt32Arraystringifynodejstypesframeworkutil.inspectlook-upi18nES2017eslintpluginfast-deep-clonedayjspipevarexectrimLeftwatchfseventsES2020timefantasy-landtoolstypescriptreactFloat64ArrayECMAScript 2016matcheses8rmWebSocketssetImmediateMappurees7concurrencyterminalArray.prototype.flattensortcompareJSONframerRegExp.prototype.flagsenumerablepreprocessorserializationsearchES2018flattenbundlingargvfindLastIndexformsl10nprotobufpicomatchbundlerYAMLinspectkoreanStreamrecursiveECMAScript 7ansiguidpyyamlbusyUint32Arraypushcallboundjsonschemalanguagedeletepasswordrobusttestingjson-schema-validationtouchtranspileimmutablestylingObject.entriesESnextmkdirsiteratereadablestreammodulesserializehigher-orderfastcloneauthenticationsetPrototypeOfshrinkwrappackageremovewaitdefinemulti-packagefullvalidationTypeScriptajaxkarmamkdirpsetterexpressionexit-codestatelesspoint-freegetintrinsicFloat32ArrayObservablewriteregular expressionslinkirqharmonyrfc4122fetchtranspilerArray.prototype.flatbyteLengthhooksjson-schemasanitizestructuredClonetermcss nestingbuffersreact-hook-formconsoletypesafetoolkitsyntaxerrorvaluestatusmake dirarktypeboundmixinsauthPromisefromlibphonenumbercachetapcodesloadingprogresscompile lesschannelsliceES2022less cssjavascriptdiffrandomtextzodxdgassertionttyweakmapscheme-validationsharedshimsuperagentargumentsnpmuninstallregexObject.isMicrosoftBigInt64ArraycensorurlsarraytestgetOwnPropertyDescriptoremojidescriptortypeerrorreact poseUint8ClampedArraytypenodecolorgradients css3artcryptostylescall-bindconfigStreamsES2016fast-deep-copygenericsES2021browserslistlintflagses-shims6to5core-jsenvironmentcloneRFC-6455iterationcolorsreusecollection.es6ES2015openeroperating-systemes5optionpackagesjapaneseWebSocketFunction.prototype.namerm -frlessapollocurlexecutableCSSObjectAsyncIteratorletforEachmetadatatrimStartpersistentinternal slotfast-copyastclassnamesshamqueueMicrotaskparentsregexpsortedefficientvisualcode pointsprototypeworkspace:*fullwidthInt8ArrayeslintenderlimitedspinnersReactiveExtensionshashjsdiffschemareact-hookspropbluebirdbcrypteventDispatchersigintdateTypeBoxquerystringoptimistcommanderpackage.jsonmakeformatramdawalkpackage managercreatejsxquoteUnderscoreidlewordbreakmonorepofsaccessorfindupcheckenvprivatecurriedconstutilitiesmime-dbmimeless.jsopensloteast-asian-widthfiledatastructurestylesheetconsume
1.0.0

13 days ago