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

9 lines
276 B
JavaScript
Raw Permalink Normal View History

2020-02-08 22:23:33 +00:00
// Copyright IBM Corp. 2016,2019. All Rights Reserved.
2016-10-26 15:32:13 +00:00
// 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);