mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
[misc] prepare migration to user content domain GitOrigin-RevId: 581ccab6d39ec021fb44a555a09e55441c35d0d1
6 lines
154 B
TypeScript
6 lines
154 B
TypeScript
import getMeta from './meta'
|
|
|
|
export default function isSplitTestEnabled(name: string) {
|
|
return getMeta('ol-splitTestVariants')?.[name] === 'enabled'
|
|
}
|