@gershy/clearing 0.0.31 → 0.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -137,6 +137,8 @@ declare global {
137
137
 
138
138
  };
139
139
 
140
+ const cl = clearing;
141
+
140
142
  // Util
141
143
  type Obj<V = any> = { [K in string]: V };
142
144
  type Arr<V = any> = V[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gershy/clearing",
3
- "version": "0.0.31",
3
+ "version": "0.0.32",
4
4
  "description": "Adds the features you always wish javascript had!",
5
5
  "keywords": [
6
6
  "clearing",