@clerk/nextjs
Version:
Clerk SDK for NextJS
8 lines • 344 B
JavaScript
import "../chunk-BUSYA2B4.js";
import { isAutomatedEnvironment, isDevelopmentEnvironment } from "@clerk/shared/utils";
import { KEYLESS_DISABLED } from "../server/constants";
const canUseKeyless = isDevelopmentEnvironment() && !isAutomatedEnvironment() && !KEYLESS_DISABLED;
export {
canUseKeyless
};
//# sourceMappingURL=feature-flags.js.map