Add Typedoc support and improve documentation
Upgraded the package version to 0.0.9. Introduced Typedoc for generating documentation with added script in package.json. Enhanced exception handling by introducing `DependencyResolutionError`. Refined TSinjex comments and README structure for better readability. Updated index file exports for better module organization.
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
// Main
|
||||
export * from './TSinjex';
|
||||
|
||||
// Decorators
|
||||
export * from './decorators/Inject';
|
||||
export * from './decorators/Register';
|
||||
export * from './decorators/RegisterInstance';
|
||||
|
||||
// Functions
|
||||
export * from './functions/resolve';
|
||||
export * from './functions/register';
|
||||
|
||||
// Interfaces & Types
|
||||
export type * from './interfaces/ITSinjex';
|
||||
export type * from './types/InitDelegate';
|
||||
export type * from './types/GenericContructor';
|
||||
|
Reference in New Issue
Block a user