Provides Flow type definitions for MongoDB-like query and update operations (FindOperation, UpdateOperation, QueryCondition, etc.) used in the Phenyl framework. Version 0.1.5 is the latest stable release. Part of the Phenyl family (unmaintained since ~2018), it defines operations as data (OAD) for handling large JSON. Not actively maintained; used internally by Phenyl modules.
npm install mongolike-operationsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import and use FindOperation and UpdateOperation types in a Flow/TypeScript project.
Use MongoDB driver types or custom type definitions instead.
Use `import type` for Flow or TypeScript; avoid `require()` or `import` without `type`.
Extend types for newer operators or switch to official MongoDB types.
Use `import type { ... } from 'mongolike-operations'` instead of require.Types cannot be used as values. Only use them for type annotations.
No dependency data recorded yet.