Файловый менеджер - Редактировать - /home/freeclou/app.optimyar.com/backend/node_modules/@emotion/weak-memoize/src/index.js
Назад
// @flow let weakMemoize = function<Arg, Return>(func: Arg => Return): Arg => Return { // $FlowFixMe flow doesn't include all non-primitive types as allowed for weakmaps let cache: WeakMap<Arg, Return> = new WeakMap() return arg => { if (cache.has(arg)) { // $FlowFixMe return cache.get(arg) } let ret = func(arg) cache.set(arg, ret) return ret } } export default weakMemoize
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка