tunnckoCore/koa-better-body

View on GitHub
packages/hela/src/index.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';

const helaCore = require('@hela/core');

Object.assign(exports, helaCore);

module.exports = helaCore;
module.exports.default = helaCore;