@moku-labs/core 0.1.0-alpha.1 → 0.1.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -898,4 +898,4 @@ declare function createCoreConfig<Config extends Record<string, unknown>, Events
|
|
|
898
898
|
config: Config;
|
|
899
899
|
}): CoreConfigResult<Config, Events>;
|
|
900
900
|
//#endregion
|
|
901
|
-
export { type EmitFunction as EmitFn, type PluginContext_ as PluginCtx, createCoreConfig };
|
|
901
|
+
export { type AnyPluginInstance, type App, type BoundCreateCoreFunction, type BoundCreatePluginFunction, type CoreConfigResult, type CreateAppOptions, type CreateCoreOptions, type CreateCoreResult, type EmitFunction as EmitFn, type PluginContext_ as PluginCtx, type PluginInstance, createCoreConfig };
|
package/dist/index.d.mts
CHANGED
|
@@ -898,4 +898,4 @@ declare function createCoreConfig<Config extends Record<string, unknown>, Events
|
|
|
898
898
|
config: Config;
|
|
899
899
|
}): CoreConfigResult<Config, Events>;
|
|
900
900
|
//#endregion
|
|
901
|
-
export { type EmitFunction as EmitFn, type PluginContext_ as PluginCtx, createCoreConfig };
|
|
901
|
+
export { type AnyPluginInstance, type App, type BoundCreateCoreFunction, type BoundCreatePluginFunction, type CoreConfigResult, type CreateAppOptions, type CreateCoreOptions, type CreateCoreResult, type EmitFunction as EmitFn, type PluginContext_ as PluginCtx, type PluginInstance, createCoreConfig };
|