@owlmeans/client-module
v0.1.11
Published
> **Deprecated reexport shim.** This package re-exports everything from [`@owlmeans/client-entrypoint`](../client-entrypoint). Use that package instead.
Readme
@owlmeans/client-module
Deprecated reexport shim. This package re-exports everything from
@owlmeans/client-entrypoint. Use that package instead.
Migration
- import { elevate, stab } from '@owlmeans/client-module'
- import type { ClientModule } from '@owlmeans/client-module'
+ import { elevate, stab } from '@owlmeans/client-entrypoint'
+ import type { ClientEntrypoint } from '@owlmeans/client-entrypoint'
- const ep = ctx.module<ClientModule<T>>(alias)
+ const ep = ctx.entrypoint<ClientEntrypoint<T>>(alias)Type renames:
ClientModule→ClientEntrypointClientModuleOptions→ClientEntrypointOptionsModuleCall→EntrypointCallModuleFilter→EntrypointFilterModuleRef→EntrypointRefRefedModuleHandler→RefedEntrypointHandlerClientModuleError→ClientEntrypointError
See @owlmeans/client-entrypoint for full documentation.
