UNPKG

@aws-amplify/datastore

Version:

AppSyncLocal support for aws-amplify

9 lines (7 loc) 286 B
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 const isNode = () => typeof process !== 'undefined' && process.versions != null && process.versions.node != null; export { isNode }; //# sourceMappingURL=utils.mjs.map