WXL
4 天以前 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7
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