You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
This project enables simple object pooling to speed up object creation and reduce garbage collection. To use, simply include `recycle.js` in your project.
4
4
5
5
```js
6
-
include recycle from 'recycle.js';
6
+
importrecyclefrom'recycle.js';
7
7
```
8
8
9
9
The `recycle` object exposes an `add` method to add recycling to an object definition. For example:
0 commit comments