UNPKG

react-obsidian

Version:

Dependency injection framework for React and React Native applications

7 lines 312 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.shouldUseModernDecorator = shouldUseModernDecorator; function shouldUseModernDecorator(args) { return args.length === 2 && typeof args[1] === 'object' && 'addInitializer' in args[1]; } //# sourceMappingURL=decorators.js.map