We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef560d9 commit aa3f835Copy full SHA for aa3f835
lib/node_modules/@stdlib/object/ctor/README.md
@@ -36,8 +36,6 @@ limitations under the License.
36
37
## Usage
38
39
-<!-- eslint-disable stdlib/no-redeclare -->
40
-
41
```javascript
42
var Object = require( '@stdlib/object/ctor' );
43
```
@@ -46,8 +44,6 @@ var Object = require( '@stdlib/object/ctor' );
46
44
47
45
Returns a new [object][mdn-object].
48
49
50
51
52
var o = new Object( null );
53
// returns {}
@@ -79,8 +75,6 @@ var o = new Object( null );
79
75
80
76
<!-- eslint no-undef: "error" -->
81
77
82
83
84
78
85
86
0 commit comments