We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/decorator
1 parent 931e8e0 commit 24259f3Copy full SHA for 24259f3
decorator/package.json
@@ -0,0 +1,7 @@
1
+{
2
+ "name": "@github/memoize/decorator",
3
+ "types": "../dist/esm/decorator.d.ts",
4
+ "main": "../dist/cjs/decorator.js",
5
+ "module": "../dist/esm/decorator.js",
6
+ "sideEffects": false
7
+}
0 commit comments