Renamed all instances of 'TSInjex' to 'TSinjex' for consistency across the codebase, including interfaces, classes, and test files. Updated the version in `package.json` from 0.0.5 to 0.0.6. Added Jest setup example to the `README.md` to guide developers on initial configuration for testing.
8 lines
269 B
TypeScript
8 lines
269 B
TypeScript
export * from './TSinjex';
|
|
export * from './decorators/Inject';
|
|
export * from './decorators/Register';
|
|
export * from './decorators/RegisterInstance';
|
|
export * from './functions/resolve';
|
|
export * from './functions/register';
|
|
export type * from './interfaces/ITSinjex';
|