UNPKG

@feathers-plus/common

Version:

Shared utility functions for Feathers-plus.

8 lines (4 loc) 166 B
const toCamelCase = require('./to-camel-case'); const exports = Object.assign({}, toCamelCase); module.exports = exports; module.exports.default = exports;