UNPKG

@clerk/shared

Version:

Internal package utils used by the Clerk SDKs

7 lines 140 B
//#region src/types/instance.d.ts /** * @inline */ type InstanceType = 'production' | 'development'; //#endregion export { InstanceType };