UNPKG

@antv/util

Version:

<h1 align="center">@antv/util</h1>

6 lines (4 loc) 126 B
const isUndefined = function (value: any): value is undefined { return value === undefined; }; export default isUndefined;