Skip to content

Commit

Permalink
Mark _exact as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
vilicvane committed Jun 28, 2023
1 parent e5b77f6 commit 7eb6690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/library/core/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export abstract class Type<
// eslint-disable-next-line @typescript-eslint/no-unused-vars
TGeneral extends boolean = false,
> extends TypeLike<TInMediums> {
/** @internal */
readonly _exact: boolean | undefined;

exact(exact = true): this {
Expand Down

0 comments on commit 7eb6690

Please sign in to comment.