Skip to content

Commit

Permalink
make ObjectWrapper ClrType public
Browse files Browse the repository at this point in the history
  • Loading branch information
lofcz authored and lahma committed Aug 17, 2024
1 parent 2e7ec9d commit cb3dd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jint/Runtime/Interop/ObjectWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ private static bool TryBuildArrayLikeWrapper(
}

public object Target { get; }
internal Type ClrType { get; }
public Type ClrType { get; }

internal override bool IsArrayLike => _typeDescriptor.IsArrayLike;

Expand Down

0 comments on commit cb3dd68

Please sign in to comment.