UNPKG

@egjs/component

Version:

A base class utility that manages events and options in modules.

6 lines (5 loc) 186 B
/* * Copyright (c) 2015 NAVER Corp. * egjs projects are licensed under the MIT license */ export const isUndefined = (value: any): value is undefined => typeof value === "undefined";