Skip to content

Commit

Permalink
chore: use jsdoc defaultValue
Browse files Browse the repository at this point in the history
  • Loading branch information
exuanbo committed Oct 31, 2024
1 parent a958baf commit b5e8135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ export interface ContainerOptions {
/**
* Whether to automatically register a class when resolving it as a token.
*
* @default false
* @defaultValue false
*/
autoRegister?: boolean;

/**
* The default scope for registrations.
*
* @default Scope.Inherited // "Inherited"
* @defaultValue Scope.Inherited
*/
defaultScope?: Scope;

Expand Down

0 comments on commit b5e8135

Please sign in to comment.