mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
added format command and added trailing commas to reduce conflicts
This commit is contained in:
@@ -9,7 +9,7 @@ export {
|
||||
type ModuleConfigs,
|
||||
type ModuleSchemas,
|
||||
MODULE_NAMES,
|
||||
type ModuleKey
|
||||
type ModuleKey,
|
||||
} from "./ModuleManager";
|
||||
export type { ModuleBuildContext } from "./Module";
|
||||
|
||||
@@ -17,5 +17,5 @@ export {
|
||||
type PrimaryFieldType,
|
||||
type BaseModuleApiOptions,
|
||||
type ApiResponse,
|
||||
ModuleApi
|
||||
ModuleApi,
|
||||
} from "./ModuleApi";
|
||||
|
||||
Reference in New Issue
Block a user