UNPKG

appcenter-link-scripts

Version:

Node module that contains common functionality needed to link appcenter-* modules

11 lines (8 loc) 209 B
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. const android = require('./android'); const ios = require('./ios'); module.exports = { android, ios };