WXL
3 天以前 888f941ae16c850c0f1a844ec9436058840920bd
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