UNPKG

the-mail

Version:
16 lines (12 loc) 346 B
// Code generated by coz. DO NOT EDIT. /** * Helper functions * @module helpers */ 'use strict' 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_, }