ResolvedSpecifier.cs 147 B

12345
  1. #nullable enable
  2. namespace Jint.Runtime.Modules;
  3. public record ResolvedSpecifier(string Specifier, string Key, Uri? Uri, SpecifierType Type);