UNPKG

sidakram-bippy

Version:

hack into react internals

19 lines (16 loc) 373 B
import { isClientEnvironment, getRDTHook } from './chunk-7ROEST76.js'; /** * @license bippy * * Copyright (c) Aiden Bai, Million Software, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ // src/index.ts try { if (isClientEnvironment()) { getRDTHook(); } } catch (e) { }