UNPKG
@feathers-plus/common
Version:
latest (0.1.0)
0.1.0
Shared utility functions for Feathers-plus.
github.com/feathers-plus/common
feathers-plus/common
@feathers-plus/common
/
lib
/
string
/
index.js
8 lines
(4 loc)
•
166 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
toCamelCase
=
require(
'./to-camel-case'
);
const
exports
=
Object.assign({}, toCamelCase);
module
.
exports
=
exports
;
module
.
exports
.
default
=
exports
;