All Projects β†’ developit β†’ object-shape

developit / object-shape

Licence: other
Get a description of a JS object's shape.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to object-shape

Stringfication
πŸ”¨ Make all objects to String!
Stars: ✭ 33 (+37.5%)
Mutual labels:  object
Framework
Advanced modding framework for multiplayer modifications
Stars: ✭ 21 (-12.5%)
Mutual labels:  v8
ss-search
The most basic, yet powerful text search.
Stars: ✭ 41 (+70.83%)
Mutual labels:  object
ECS-CommunityEdition
ECS Community Edition "Free & Frictionless"
Stars: ✭ 125 (+420.83%)
Mutual labels:  object
rename-keys
Modify/rename the keys of the own enumerable properties of an object.
Stars: ✭ 28 (+16.67%)
Mutual labels:  object
V8Android
A demo APP for embedding V8 engine in Android APP
Stars: ✭ 45 (+87.5%)
Mutual labels:  v8
object.pick
(object pick) returns a filtered copy of an object with only the specified keys, exactly like `pick` from lo-dash / underscore.
Stars: ✭ 39 (+62.5%)
Mutual labels:  object
obj-filter
JavaScript Object Filter. Deep filtering key/content recursively. Support wildcard, nested, and filter function in template.
Stars: ✭ 13 (-45.83%)
Mutual labels:  object
prototyped.js
Some common Typescript prototypes
Stars: ✭ 22 (-8.33%)
Mutual labels:  object
utils.js
πŸ‘· πŸ”§ zero dependencies vanilla JavaScript utils.
Stars: ✭ 14 (-41.67%)
Mutual labels:  object
expand-hash
Recursively expands property keys with dot-notation into objects.
Stars: ✭ 25 (+4.17%)
Mutual labels:  object
object-keys
Object.keys shim
Stars: ✭ 41 (+70.83%)
Mutual labels:  object
pdjs
JavaScript External for Pure Data based on V8
Stars: ✭ 45 (+87.5%)
Mutual labels:  v8
object-book
Study Object book Content Repository / 쑰영호 λ‹˜μ˜ 였브젝트 책을 ν•™μŠ΅ν•˜κ³  μ •λ¦¬ν•œ Repoμž…λ‹ˆλ‹€.
Stars: ✭ 30 (+25%)
Mutual labels:  object
glob-object
Filter an object using glob patterns and dot notation.
Stars: ✭ 25 (+4.17%)
Mutual labels:  object
visioStencils
My 2,700 visio 🎨 shapes, stencils, symbols, and icons collection to visually represent IT infrastructure
Stars: ✭ 43 (+79.17%)
Mutual labels:  shape
pykorm
A python 🐍 kubernetes ☸️ ORM πŸš€. Very useful when writing operators for your CRDs with Kopf.
Stars: ✭ 56 (+133.33%)
Mutual labels:  object
rdf-validate-shacl
Validate RDF data purely in JavaScript. An implementation of the W3C SHACL specification on top of the RDFJS stack.
Stars: ✭ 61 (+154.17%)
Mutual labels:  shape
brutal
A code-first approach to automate the writing of unit tests.
Stars: ✭ 54 (+125%)
Mutual labels:  shape
define-property
Define a non-enumerable property on an object.
Stars: ✭ 21 (-12.5%)
Mutual labels:  object

object-shape

NPM

Returns a String description of a given object's shape.

import shape from 'object-shape';

shape('hello')        // string
shape(2)              // number
shape(undefined)      // undefined
shape(null)           // [Null]
shape({ a:1, b:2 })   // [Object a,b]
shape(/reg/i)         // [RegExp]
shape(new Foo())      // [Foo a,b,c]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].