the-mail
Version:
Mail client for the-framework
16 lines (12 loc) • 346 B
JavaScript
// Code generated by coz. DO NOT EDIT.
/**
* Helper functions
* @module helpers
*/
const toLowerKeys_ = require('./toLowerKeys')
// `module.exports` overrides these `exports.*`, but still needs them for lebab (https://github.com/lebab/lebab)
exports.toLowerKeys = toLowerKeys_
module.exports = {
toLowerKeys: toLowerKeys_,
}