WXL
2026-06-04 b7b8202e3ecb7f720eefd7a226b2ee8166fc5057
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