@parameter1/base-cms-micro
Version:
Service registration and client library for Micro(services).
12 lines (10 loc) • 297 B
JavaScript
const json = require('./json-service');
const jsonServer = require('./json-server');
const createParamError = require('./param-error');
const createRequiredParamError = require('./required-param-error');
module.exports = {
json,
jsonServer,
createParamError,
createRequiredParamError,
};