UNPKG

393 BJavaScriptView Raw
1// Copyright IBM Corp. 2014,2016. All Rights Reserved.
2// Node module: loopback-component-storage
3// This file is licensed under the Artistic License 2.0.
4// License text available at https://opensource.org/licenses/Artistic-2.0
5
6var StorageConnector = require('./lib/storage-connector');
7StorageConnector.StorageService = require('./lib/storage-service');
8
9module.exports = StorageConnector;