platform-tooling/run/node_modules/@nestjs/common/module-utils/constants.d.ts
Quinn Ftw 85621b287e chore: snapshot before monorepo consolidation
Capture current working state before converting platform-tooling
into a submodule of the lilith-platform monorepo.
2026-01-29 07:04:39 -08:00

9 lines
536 B
TypeScript

export declare const DEFAULT_METHOD_KEY = "register";
export declare const DEFAULT_FACTORY_CLASS_METHOD_KEY = "create";
export declare const ASYNC_METHOD_SUFFIX = "Async";
export declare const CONFIGURABLE_MODULE_ID = "CONFIGURABLE_MODULE_ID";
/**
* List of keys that are specific to ConfigurableModuleAsyncOptions
* and should be excluded when extracting user-defined extras.
*/
export declare const ASYNC_OPTIONS_METADATA_KEYS: readonly ["useFactory", "useClass", "useExisting", "inject", "imports", "provideInjectionTokensFrom"];