UNPKG

react-obsidian

Version:

Dependency injection framework for React and React Native applications

2 lines (1 loc) 78 B
export const notNull = (value: any) => value !== null && value !== undefined;