UNPKG

react-obsidian

Version:

Dependency injection framework for React and React Native applications

6 lines 231 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.notNull = void 0; const notNull = (value) => value !== null && value !== undefined; exports.notNull = notNull; //# sourceMappingURL=notNull.js.map