CoolFace
Apppublic

sourav-das/stem-separator

sourceHugging Facemitupdated 6mo agoView on Hugging Face
3likes
react-compiler-runtime.production.js17 linesDownload Raw Back to cjs
1/**2 * @license React3 * react-compiler-runtime.production.js4 *5 * Copyright (c) Meta Platforms, Inc. and affiliates.6 *7 * This source code is licensed under the MIT license found in the8 * LICENSE file in the root directory of this source tree.9 */10 11"use strict";12var ReactSharedInternals =13  require("react").__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;14exports.c = function (size) {15  return ReactSharedInternals.H.useMemoCache(size);16};17