WXL
3 天以前 9bce51f651aad297ef9eb6df832bfdaf1de05d84
node_modules/webpack/lib/util/memoize.js
@@ -5,11 +5,13 @@
"use strict";
/**
 * Defines the function returning type used by this module.
 * @template T
 * @typedef {() => T} FunctionReturning
 */
/**
 * Returns new function.
 * @template T
 * @param {FunctionReturning<T>} fn memorized function
 * @returns {FunctionReturning<T>} new function