5.8.68 • Published 1 year ago

@dramaorg/dolor-in v5.8.68

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

@dramaorg/dolor-in Version Badge

github actions coverage License Downloads

npm badge

Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for fully completed data descriptors and accessor descriptors.

Usage

const isDescriptor = require('@dramaorg/dolor-in');
const assert = require('assert');

const defaults = { configurable: false, enumerable: false };
const dataDefaults = { ...defaults, writable: false};

assert.ok(isDescriptor({ ...dataDefaults, value: 'foo' }));
assert.ok(isDescriptor({ ...defaults, get() {}, set() {} }));
assert.ok(!isDescriptor({ ...defaults, get: 'foo', set() {} }));

You may also check for a descriptor by passing an object as the first argument and property name (string) as the second argument.

const obj = { foo: 'abc' };

Object.defineProperty(obj, 'bar', { value: 'xyz' });
Reflect.defineProperty(obj, 'baz', { value: 'xyz' });

assert.equal(isDescriptor(obj, 'foo'), true);
assert.equal(isDescriptor(obj, 'bar'), true);
assert.equal(isDescriptor(obj, 'baz'), true);

Examples

value type

Returns false when not an object

assert.equal(isDescriptor('a'), false);
assert.equal(isDescriptor(null), false);
assert.equal(isDescriptor([]), false);

data descriptor

Returns true when the object has valid properties with valid values.

assert.equal(isDescriptor({ ...dataDefaults, value: 'foo' }), true);
assert.equal(isDescriptor({ ...dataDefaults, value() {} }), true);

Returns false when the object has invalid properties

assert.equal(isDescriptor({ ...dataDefaults, value: 'foo', bar: 'baz' }), false);
assert.equal(isDescriptor({ ...dataDefaults, value: 'foo', bar: 'baz' }), false);
assert.equal(isDescriptor({ ...dataDefaults, value: 'foo', enumerable: 'baz' }), false);
assert.equal(isDescriptor({ ...dataDefaults, value: 'foo', configurable: 'baz' }), false);
assert.equal(isDescriptor({ ...dataDefaults, value: 'foo', get() {} }), false);
assert.equal(isDescriptor({ ...dataDefaults, get() {}, value() {} }), false);

false when a value is not the correct type

assert.equal(isDescriptor({ ...dataDefaults, value: 'foo', enumerable: 'foo' }), false);
assert.equal(isDescriptor({ ...dataDefaults, value: 'foo', configurable: 'foo' }), false);
assert.equal(isDescriptor({ ...dataDefaults, value: 'foo', writable: 'foo' }), false);

accessor descriptor

true when the object has valid properties with valid values.

assert.equal(isDescriptor({ ...defaults, get() {}, set() {} }), true);
assert.equal(isDescriptor({ ...defaults, get() {} }), true);
assert.equal(isDescriptor({ ...defaults, set() {} }), true);

false when the object has invalid properties

assert.equal(isDescriptor({ ...defaults, get() {}, set() {}, bar: 'baz' }), false);
assert.equal(isDescriptor({ ...defaults, get() {}, set() {}, enumerable: 'baz' }), false);
assert.equal(isDescriptor({ ...defaults, get() {}, writable: true }), false);
assert.equal(isDescriptor({ ...defaults, get() {}, value: true }), false);

Returns false when an accessor is not a function

assert.equal(isDescriptor({ ...defaults, get() {}, set: 'baz' }), false);
assert.equal(isDescriptor({ ...defaults, get: 'foo', set() {} }), false);
assert.equal(isDescriptor({ ...defaults, get: 'foo', bar: 'baz' }), false);
assert.equal(isDescriptor({ ...defaults, get: 'foo', set: 'baz' }), false);

Returns false when a value is not the correct type

assert.equal(isDescriptor({ ...defaults, get() {}, set() {}, enumerable: 'foo' }), false);
assert.equal(isDescriptor({ ...defaults, set() {}, configurable: 'foo' }), false);
assert.equal(isDescriptor({ ...defaults, get() {}, configurable: 'foo' }), false);

Related projects

You might also be interested in these projects:

  • is-accessor-descriptor: Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
  • is-data-descriptor: Returns true if a value has the characteristics of a valid JavaScript data descriptor.
  • is-object: Returns true if the value is an object and not an array or null.

Tests

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

simpledbredirectconfigoutputexpressionprivateajaxECMAScript 2020.gitignoreendpointpackage.jsonfolderqscompilerloggingdeletecharacterses-abstractshrinkwrapfullwidthUint16ArrayES8eslintconfigcurljQueryclassesback-endeventDispatcherpositivecallbindstreamtacitcurriedmonorepobabel-coreintrinsicdom-testing-librarycolumnsfunction.lengthglacierbinarytapWeakMaphasOwnPropertyenumerableimmutableTypeScriptloadingfnmatchdefinePropertyuninstallkeyassertsloadbalancingvisualutilsJSONcloudfrontkey valueeventslocalzxmanagers3setterredux-toolkitcallboundminimalwarningeast-asian-widthbuffersfast-copyes-shim APIESnextiteratemkdirdynamodbjoistringifymochalasttoArraytsvalidationsharedarraybufferObjectgroupByinstalljsxmatchesinferencechaiflatMapjsweaksetstringhas-ownfunctionastreduxlook-upstructuredClonegdprRegExp#flagssortedreworkmockingforms[[Prototype]]estreeECMAScript 2015lengthStreamsfindupUnderscorefull-widthObservablesreact-testing-librarysortparentfulles8workerwgetObservablepropdependency managerbufferdropwhichcheckworkflowelasticacheagentchromegetoptdependenciesgenericsnpmignoreArray.prototype.includesmetadataender0class-validatorcss-in-jsTypedArraycopysome.envvalidES2021effect-tswaitarktypefromdayjsistc39envReactiveExtensionsdirectoryapirestfulfindmakehelpermodulepatchtoolspromiseWeakSetwriteprogressnamesgetcollectionsubprocesstransportperformantharmonygetintrinsicECMAScript 2016fileprunebundlingbrowserslistReflect.getPrototypeOffixed-widthglobalsassertstableyamlFunction.prototype.namerequestargvinvariantbyteOffsetPushurltermrmdirreact animationartECMAScript 2017cloudsearchES2023amazonsyntaxponyfillkinesispackageistanbulsetImmediaterfc4122emrvarscolumnmkdirsYAMLTypeBoxlinkpipenativetoReversedrandomtrimsymlinksfantasy-landutilitiesterminalshellxhrerroruuidreadsetPrototypeOfUint8ClampedArraypropertiesJSON-SchemaclonemodulesenvironmentECMAScript 3ttyinternalextendpropertyparseransiasterisksnodejsroutekey parec2variableswaapiexpresswalkingcjkcodesdescriptorsvestbddkarmatesteremojifast-clonetypedexecfilereducereadableFloat32ArrayqueryES6json cachecssES3optimistdataviewhaschromiumfpInt32Arraynegative zeroWebSocket-0unicodetrimEndflattengetterhardlinkspyyamlrestlibphonenumberstylesrulesmergegroupjsdomES2016rm -frtypedarrayscache__proto__idInt8ArrayES7styled-componentsbundlergetOwnPropertyDescriptordescriptioniehashStyleSheetlook
5.8.68

1 year ago

5.8.67

1 year ago

5.8.66

1 year ago

5.8.65

1 year ago

5.8.64

1 year ago

5.8.63

1 year ago

5.8.62

1 year ago

5.7.62

1 year ago

5.7.61

1 year ago

5.7.60

1 year ago

5.7.59

1 year ago

5.7.58

1 year ago

4.7.58

1 year ago

4.7.57

1 year ago

3.7.57

1 year ago

3.7.56

1 year ago

3.7.55

1 year ago

3.7.54

1 year ago

3.7.53

1 year ago

3.7.52

1 year ago

3.7.51

1 year ago

3.7.50

1 year ago

3.7.49

1 year ago

3.7.48

1 year ago

3.7.47

1 year ago

3.7.46

1 year ago

3.7.45

1 year ago

3.7.44

1 year ago

3.7.43

1 year ago

3.6.43

1 year ago

3.6.42

1 year ago

3.6.41

1 year ago

3.6.40

1 year ago

3.5.40

1 year ago

2.5.40

1 year ago

2.5.39

1 year ago

2.5.38

1 year ago

2.5.37

1 year ago

2.5.36

1 year ago

2.4.36

1 year ago

2.4.35

1 year ago

2.4.34

1 year ago

2.4.33

1 year ago

2.4.32

1 year ago

2.4.31

1 year ago

2.4.30

1 year ago

2.4.29

1 year ago

2.4.28

1 year ago

2.3.28

1 year ago

2.3.27

1 year ago

2.3.26

1 year ago

2.3.25

1 year ago

2.3.24

1 year ago

2.3.23

1 year ago

2.3.22

1 year ago

2.2.22

1 year ago

2.2.21

1 year ago

2.2.20

1 year ago

2.2.19

1 year ago

2.2.18

1 year ago

2.2.17

1 year ago

2.2.16

1 year ago

2.2.15

1 year ago

2.2.14

1 year ago

2.1.14

1 year ago

2.1.13

1 year ago

2.1.12

1 year ago

2.1.11

1 year ago

2.0.11

1 year ago

2.0.10

1 year ago

2.0.9

1 year ago

2.0.8

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.5

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago