lnked/react-starter

View on GitHub
src/helpers/predicts/is-undefined.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const isUndefined = (x: any): boolean => typeof x === 'undefined'