@progress/kendo-angular-typography
Version:
Kendo UI Angular Typography
9 lines (8 loc) • 447 B
JavaScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
* @hidden
*/
export const isPresent = (value) => value !== null && value !== undefined;