Files
enviPy-bayer/static/js/ketcher2/node_modules/istanbul/lib/register-plugins.js
2025-06-23 20:13:54 +02:00

16 lines
316 B
JavaScript

/*
Copyright (c) 2012, Yahoo! Inc. All rights reserved.
Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
*/
var Store = require('./store'),
Report = require('./report'),
Command = require('./command');
Store.loadAll();
Report.loadAll();
Command.loadAll();