2021-08-05 06:10:19 +00:00
|
|
|
import FeatureFlag from "entities/FeatureFlag";
|
2020-05-28 18:10:26 +00:00
|
|
|
|
2021-08-05 06:10:19 +00:00
|
|
|
export default function getFeatureFlags(): FeatureFlag {
|
|
|
|
|
return (window as any).FEATURE_FLAGS || {};
|
2020-05-28 18:10:26 +00:00
|
|
|
}
|