blob: 5c290192c243c8d23153bbf8e668672b26e6f302 [file] [log] [blame]
Adrià Vilanova Martínez991b6de2024-05-10 22:56:50 +02001import { optionsPrototype } from '../src/common/optionsPrototype';
2
3const optionsPrototypeJson = JSON.stringify(optionsPrototype, null, 2);
4process.stdout.write(`${optionsPrototypeJson}\n`);