@moku-labs/core 0.1.0-alpha.5 → 0.1.0-alpha.6
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
|
@@ -1061,4 +1061,4 @@ declare function createCoreConfig<Config extends Record<string, unknown>, Events
|
|
|
1061
1061
|
pluginConfigs?: { [K in CorePlugins[number] as ExtractCoreConfig<K> extends Record<string, never> ? never : IsLiteralString<ExtractCoreName<K>> extends true ? ExtractCoreName<K> : never]?: Partial<ExtractCoreConfig<K>> };
|
|
1062
1062
|
}): CoreConfigResult<Config, Events, CorePlugins>;
|
|
1063
1063
|
//#endregion
|
|
1064
|
-
export { type AnyCorePluginInstance, type AnyPluginInstance, type App, type BoundCreateCoreFunction, type BoundCreatePluginFunction, type CoreApisFromTuple, type CoreConfigResult, type CorePluginInstance, type CreateAppOptions, type CreateCoreOptions, type CreateCoreResult, type EmitFunction as EmitFn, type PluginContext_ as PluginCtx, type PluginInstance, createCoreConfig, createCorePlugin };
|
|
1064
|
+
export { type AnyCorePluginInstance, type AnyPluginInstance, type App, type BoundCreateCoreFunction, type BoundCreatePluginFunction, type CoreApisFromTuple, type CoreConfigResult, type CorePluginContext, type CorePluginInstance, type CreateAppOptions, type CreateCoreOptions, type CreateCoreResult, type EmitFunction as EmitFn, type PluginContext_ as PluginCtx, type PluginInstance, type RegisterFunction, createCoreConfig, createCorePlugin };
|
package/dist/index.d.mts
CHANGED
|
@@ -1061,4 +1061,4 @@ declare function createCoreConfig<Config extends Record<string, unknown>, Events
|
|
|
1061
1061
|
pluginConfigs?: { [K in CorePlugins[number] as ExtractCoreConfig<K> extends Record<string, never> ? never : IsLiteralString<ExtractCoreName<K>> extends true ? ExtractCoreName<K> : never]?: Partial<ExtractCoreConfig<K>> };
|
|
1062
1062
|
}): CoreConfigResult<Config, Events, CorePlugins>;
|
|
1063
1063
|
//#endregion
|
|
1064
|
-
export { type AnyCorePluginInstance, type AnyPluginInstance, type App, type BoundCreateCoreFunction, type BoundCreatePluginFunction, type CoreApisFromTuple, type CoreConfigResult, type CorePluginInstance, type CreateAppOptions, type CreateCoreOptions, type CreateCoreResult, type EmitFunction as EmitFn, type PluginContext_ as PluginCtx, type PluginInstance, createCoreConfig, createCorePlugin };
|
|
1064
|
+
export { type AnyCorePluginInstance, type AnyPluginInstance, type App, type BoundCreateCoreFunction, type BoundCreatePluginFunction, type CoreApisFromTuple, type CoreConfigResult, type CorePluginContext, type CorePluginInstance, type CreateAppOptions, type CreateCoreOptions, type CreateCoreResult, type EmitFunction as EmitFn, type PluginContext_ as PluginCtx, type PluginInstance, type RegisterFunction, createCoreConfig, createCorePlugin };
|