abstract-object
Advanced tools
Comparing version 1.5.0 to 1.6.0
{ | ||
"name": "abstract-object", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "AbstractObject with Object State Events Support, RefObject with RefCount and AddRef/Release Support.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/snowyu/abstract-object", |
@@ -11,3 +11,3 @@ # AbtractObject [![Build Status](https://img.shields.io/travis/snowyu/abstract-object/master.png)](http://travis-ci.org/snowyu/abstract-object) [![npm](https://img.shields.io/npm/v/abstract-object.svg)](https://npmjs.org/package/abstract-object) [![downloads](https://img.shields.io/npm/dm/abstract-object.svg)](https://npmjs.org/package/abstract-object) [![license](https://img.shields.io/npm/l/abstract-object.svg)](https://npmjs.org/package/abstract-object) | ||
* `...`: the left arguments will be passed into the class constructor. | ||
* `createWith`(class, arguments): the `createWith` class method uses to create a new object instance(the util.createObject is the same function). | ||
* `createWith`(class, arguments): the `createWith` class method uses to create a new object instance(the util.createObjectWith is the same function). | ||
* `class`: the class constructor to create a new instance. | ||
@@ -14,0 +14,0 @@ * `arguments` *(array)*: the arguments will be passed into the class constructor. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
92576
72
1243