package.dist.emotion-weak-memoize.cjs.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weak-memoize Show documentation
Show all versions of weak-memoize Show documentation
A memoization function that uses a WeakMap
The newest version!
'use strict';
if (process.env.NODE_ENV === "production") {
module.exports = require("./emotion-weak-memoize.cjs.prod.js");
} else {
module.exports = require("./emotion-weak-memoize.cjs.dev.js");
}