1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-12-03 23:00:25 +02:00
Files
pigallery2/benchmark/Experiments.ts

7 lines
172 B
TypeScript
Raw Normal View History

export const Experiments:
{ [key: string]: { name: string, groups: { [key: string]: string } } } = {
};
export const ActiveExperiments: { [key: string]: string } = {};