Source: lern-model/exporter.js

import StaticCollections from './collections/static.js';
import User from './collections/users/schema.js';

/**
 * lern-model
 * @namespace
 */
const LernModel = true;

export { User, StaticCollections };