Files
calendar/packages/features/flags/operations/check-if-user-has-feature.ts
T

3 lines
184 B
TypeScript

/** We export the controller since it's the main entry point for this operation in the app */
export { checkIfUserHasFeatureController } from "./check-if-user-has-feature.controller";