UNPKG

@design-automation/mobius-inline-funcs

Version:
6 lines (5 loc) 183 B
import { isUndef } from "./isUndef"; test('Check isUndef T/F', () => { expect(isUndef(undefined)).toStrictEqual(true); expect(isUndef(['no'])).toStrictEqual(false); });