lnked/react-starter

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

Summary

Maintainability
A
0 mins
Test Coverage
export const isNull = (x: any): boolean =>
  x && typeof x === 'object' && x === null