astro-ghostcms/.pnpm-store/v3/files/5f/67a3de4d1357831445c639e2c1e...

8 lines
426 B
Plaintext

/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
export function isDefined(obj) {
return typeof obj !== 'undefined';
}