@owlmeans/module
v0.1.7
Published
> **Deprecated reexport shim.** This package re-exports everything from [`@owlmeans/entrypoint`](../entrypoint). Use that package instead.
Readme
@owlmeans/module
Deprecated reexport shim. This package re-exports everything from
@owlmeans/entrypoint. Use that package instead.
Migration
- import { module, guard, filter } from '@owlmeans/module'
+ import { entrypoint, guard, filter } from '@owlmeans/entrypoint'
- const myModule = module(route(...))
+ const myModule = entrypoint(route(...))Type renames:
CommonModule→CommonEntrypointModuleHandler→EntrypointHandlerModuleOutcome→EntrypointOutcome
See @owlmeans/entrypoint for full documentation.
