feathersjs/feathers-offline-realtime

View on GitHub
src/commons/utils/index.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

import * as cryptographic from './cryptographic';
import * as misc from './misc';

export default Object.assign({},
  cryptographic,
  misc
);