loopback-connector-mysql/test/helpers/platform.js

9 lines
276 B
JavaScript

// Copyright IBM Corp. 2013,2016. All Rights Reserved.
// Node module: loopback-connector-mysql
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT
'use strict';
exports.isWindows = /^win/.test(process.platform);