blob: 5c290192c243c8d23153bbf8e668672b26e6f302 [file] [log] [blame]
import { optionsPrototype } from '../src/common/optionsPrototype';
const optionsPrototypeJson = JSON.stringify(optionsPrototype, null, 2);
process.stdout.write(`${optionsPrototypeJson}\n`);