@clerk/shared
Version:
Internal package utils used by the Clerk SDKs
9 lines (8 loc) • 299 B
TypeScript
import { handleValueOrFn as handleValueOrFn$1 } from "./utils/handleValueOrFn.js";
//#region src/handleValueOrFn.d.ts
/**
* @deprecated - Use `handleValueOrFn` from `@clerk/shared/utils` instead.
*/
declare const handleValueOrFn: typeof handleValueOrFn$1;
//#endregion
export { handleValueOrFn };