easy-object-pool
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "easy-object-pool", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -43,3 +43,3 @@ # Easy Object Pool | ||
| field | type | required | default | description | | ||
| :--- | :--- | :--- | :--- | :--- | | ||
| :--- | :--- | :---: | :---: | :--- | | ||
| `factoryMethod` | (...params: any[]) => T | ✅ | | factory method to instantiate a instance | | ||
@@ -46,0 +46,0 @@ | `initializationMethod` | (instance: T, ...params: any[]) => void | | | initialize a instance when get a instance | |
9911