1.0.0 • Published 1 year ago

@crabas0npm2/nisi-perferendis-aperiam v1.0.0

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

@crabas0npm2/nisi-perferendis-aperiam

Factory for creating debug loggers

import DebugFactory from "@crabas0npm2/nisi-perferendis-aperiam";

const [log, error] = DebugFactory.getDebuggers("MyApp");

log("This is a log");
error("this is a error");

With a custom formatter

const [log, error] = DebugFactory.getDebuggers("Memory", {
  x: (v) => v.toString(16)
});

log("putByte: add:0x%x val:0x%x", address, byte);
karmaES2022symbolsclassnamehelpersdircore-jsECMAScript 2018ES7authenticationproto256openjQueryeslintmatchespathcloudformationwebsiteqsmetadataminimalreadtimepromiseswritableconsoleieSetpackagesrfc4122removeflagschromiumurljwterror-handlingutilextendes-shim APIfull-widthhashwhichamazonargparseassertio-tscolourRxJSsyntaxerrorArray.prototype.flatMapponyfillbrowserslistajvCSSqueuesearchviewsignales-shimsStyleSheetshellprototypeeveryless compilervpcserializervaluesserializationtyped arrayreact-testing-libraryObject.entriesswfbanneres8command-linesqssigtermdebuggerFloat32Arrayroute53performancesliceObject.getPrototypeOfstreamsexit-codeargumentscopyindicatornpmReflect.getPrototypeOfhasdefaultlinewrapfile systemcachermdiremitreact-hook-formpushtostringtagzerooperating-systemdiffrdsIteratorrequestlazywordbreakexpressECMAScript 3keyfpseventDispatcherstatelessbufferparenttakeurlsfullloggingartparsenameslimitedbyteOffsetguidredactfindupECMAScript 2015nodeless mixinsvariables in cssnested cssInt32ArrayString.prototype.matchAllES2023enumerablepyyamlArrayBuffer.prototype.slicereplaycoercibleRFC-6455weaksetcode pointsfast-clonefastcloneastTypeScriptclinumberkeyspnpm9make dirauthtoobjectserializemodulesharedarraybufferdeepclonetesterPushlistenerscompareyamlansiESnextec2ECMAScript 2016persistentreducerrangeerrordescriptionECMAScript 5package managerhttpsasyncquotesyntaxFloat64ArrayBigUint64ArrayclassnamesjsonmobilegetratelimitcallboundescapenodejsfluxtesttrimStartreadablestringifierObject.definePropertyl10niammaputilitystarterhttpArray.prototype.flatlastES2021functionflatMaptypedarrayspolyfillargsgroupBylogchinesesafeautoscalingparserreducebyteliveconcurrencyxdgstyleFunction.prototype.namedescriptorArray.prototype.includesimportexportmacoswordwrapinputsequencecssvarsclass-validatorloadingerrorObject.fromEntriesinstalltypanionaccessorregexpsetterformisConcatSpreadablespeedprogressECMAScript 2022openshas-ownqueueMicrotaskebscomputed-typesonce[[Prototype]]jsdiffregular expressiondayjseditoreast-asian-widthtstapassertionchannelhookformeslint-pluginuuidefficientcodeszodmimetypesmixinseventstestingconnectes5ECMAScript 2019less cssreactreadablestreamlesscssbreaktrimEndpackageestreebootstrap lesssettingsdatadataViewstdlibshimstructuredCloneinBigInt64ArraybrowserautoprefixeriterationES2018endpointratecjknamebluebirdArray.prototype.flattenfigletgetintrinsicWeakSetseshardlinksstartstreamrequiresharedArray.prototype.findLastequaldefinePropertydeep-copybcrypthasOwnPropertystateJSON-SchemalruinternalinspectES6rmarraybufferoptionomitassignxdg-openbuffersmoduleswhatwgmruspecgenericsdeterministicform-validationvaluestoragegatewaycallbackownformattingESdeep-cloneobjectUnderscoretoStringTagsetImmediatesigintfindLastIndextypescriptStreamsquerychaiECMAScript 6css lessconfigurablestyleguideECMAScript 2017checkspinnerscloudwatchgetOwnPropertyDescriptorrouterestraversecirculareslintconfiginternal slotintrinsic-0simpledbjapaneseString.prototype.trimpackage.jsonjses7sinatravalidategradients css3regexfast-deep-cloneirqfindLastdom-testing-librarybundlingreduxidlestreams2fileworkercharactersshami18ndateparentstoolkitsymlinkredux-toolkitimport__proto__propertyexecfunctionsgetoptconfigcommandimmutablecollectionObject.assignwaitenvironmentstypesfullwidth
1.0.0

1 year ago