1.2.32 • Published 5 years ago

@clarketm/superobject v1.2.32

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

Object

NPM release

Object with superpowers! 💪

This data structure inherit all methods and properties from the Object built-in.

Individual Module Installation

Yarn

$ yarn add @clarketm/superobject

Npm

$ npm install @clarketm/superobject --save

API

constructor(object: Object)

Construct an Object

hasNested(path: string): boolean

Check for nested value from string key

NameTypeAttributeDescription
pathstring

getNested(path: string): Item

Get nested JavaScript object value from string key

NameTypeAttributeDescription
pathstring

clone(config: Config): object

Deep clone an Object

NameTypeAttributeDescription
configConfigoptional: true, default: {}Configuration object
1.2.32

5 years ago

1.2.31

6 years ago

1.2.29

6 years ago

1.2.25

6 years ago

1.2.20

6 years ago

1.2.18

6 years ago

1.2.17

6 years ago

1.2.16

6 years ago

1.2.15

6 years ago

1.2.14

6 years ago

1.2.13

6 years ago

1.2.11

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

0.0.1

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago