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
/
services
/
index.js
5 lines
(2 loc)
•
105 B
JavaScript
View Raw
1
2
3
4
5
const
extractItems =
require
(
'./extract-items'
);
module
.
exports
=
Object
.
assign
({}, extractItems);