ResolvedSpecifier.cs 162 B

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