oracle-nosqldb
Version:
Node.js driver for Oracle NoSQL Database
11 lines (9 loc) • 314 B
JavaScript
/*-
* Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved.
*
* Licensed under the Universal Permissive License v 1.0 as shown at
* https://oss.oracle.com/licenses/upl/
*/
module.exports = (typeof window === 'undefined') ?
require('./utils_node') :
require('./utils_browser');