// Type guards export const isFeatureFlag = (e) => e.type === 'console.flag'; export const isModelFeatureFlag = (e) => e.type === 'console.flag/model'; export const isFeatureFlagHookProvider = (e) => e.type === 'console.flag/hookProvider'; //# sourceMappingURL=feature-flags.js.map