UNPKG

loopback-connector-couchdb2

Version:
12 lines (8 loc) 350 B
// Copyright IBM Corp. 2017,2019. All Rights Reserved. // Node module: loopback-connector-couchdb2 // This file is licensed under the Apache License 2.0. // License text available at https://opensource.org/licenses/Apache-2.0 'use strict'; var SG = require('strong-globalize'); SG.SetRootDir(__dirname); module.exports = require('./lib/couchdb');