1.0.0 • Published 1 year ago

@landmineaknpm2/neque-quasi-nesciunt v1.0.0

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

@landmineaknpm2/neque-quasi-nesciunt Version Badge

github actions coverage License Downloads

npm badge

ES Object-related atoms: Object, ToObject, RequireObjectCoercible.

Example

const assert = require('assert');

const $Object = require('@landmineaknpm2/neque-quasi-nesciunt');
const ToObject = require('@landmineaknpm2/neque-quasi-nesciunt/ToObject');
const RequireObjectCoercible = require('@landmineaknpm2/neque-quasi-nesciunt/RequireObjectCoercible');

assert.equal($Object, Object);
assert.throws(() => ToObject(null), TypeError);
assert.throws(() => ToObject(undefined), TypeError);
assert.throws(() => RequireObjectCoercible(null), TypeError);
assert.throws(() => RequireObjectCoercible(undefined), TypeError);

assert.deepEqual(RequireObjectCoercible(true), true);
assert.deepEqual(ToObject(true), Object(true));

const obj = {};
assert.equal(RequireObjectCoercible(obj), obj);
assert.equal(ToObject(obj), obj);

Tests

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

Security

Please email @ljharb or see https://tidelift.com/security if you have a potential security vulnerability to report.

styled-componentstypescriptsqspatchutil.inspectxtermimportFloat64Arraysuperstructmixinshashstylesheetsigtermmime-dbArray.prototype.containsES2023descriptorsoperating-systemswfperformanceWeakMapisprivatecommanduuidbddES2020ECMAScript 2020yamlterminalgradients css3javascriptFloat32ArrayawaithandlersStreamses-abstractenveventEmitterweakmapcss lessmatchroute53zodcjkoptionUint16ArraywatcherCSSArrayBuffer#slicejwtlookECMAScript 5trimbootstrap lesscompilerextendES2015asyncInt16ArraygenericscloudformationstdlibamazonArray.prototype.flatiterationgroupByfast-clonerouteresolveenumerableidapiwrapArray.prototype.flattenaccessibilitytakees2015Object.entriesutilitiesstylesimportexportmatchAllfpsrestiereact-hook-formcheckpositiveoutputbcryptcolumnsstreams2TypeScriptsuperagentclassnameObject.isfind-upcallbacklibphonenumberelasticacheschemesetbatchMapinless mixinsArray.prototype.findLastObservablespredictablesharedmimesymlinkfinduploggingnativewatchjsdiffstreameventDispatcherexit-codeexpressionzeroworkflowrequestagentwebconfigstructuredClonedomInt8ArrayAsyncIteratorbytejsdomcommand-linecryptgroupwatchFilewgetcharacterstoStringTagbyteLengthinferencepicomatchrfc4122reduxajvstateoptimistparseES6stringifierstabletypesafeMicrosoftgetPrototypeOfsettingscall-boundspinnersgetOwnPropertyDescriptorvpcYAMLRegExp#flagsJSON-Schemadom-testing-librarysetImmediatefullcallbindendpointes5robustfsfind$.extendcacheString.prototype.matchAllregexes-shim APItapwindowsrandominstallURLSearchParamshasprotolinkwhatwgdayjspolyfillshimpreprocessorless compilerES8dependency managertermdeepclonesideinternal slotcolorsfastclonesetPrototypeOfconsole@@toStringTagreduceoncerm -frobjectquotecodestrimRightObject.assignnodejsmakebreakremovelessStreamform-validationprefixjsonpathauthpipeextensionunicodecensorfilesymbolgetternegativeenvironmenttelephonematchesomitlimitedruntimepostcss-pluginsafejestjQueryflatMapbyteOffsetpackagereadfast-deep-clonecloudtrailsearcharrayirqStyleSheetpasswordArray.prototype.filterttyes2018npmfile systeminvariantconcatlazyrgbproxyjapaneseloghttpsTypedArraydeletecall-bindinspecttsauthenticationdebuggerparsingpnpm9arktypeeast-asian-widthemojiexecinputdebugReflect.getPrototypeOfcollectionUint32ArrayjasmineRegExp.prototype.flagsES2022pluginObject.fromEntriesECMAScript 2016toSortedreal-timestringexit
1.0.0

1 year ago