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