ResolvedSpecifier.cs 126 B

123
  1. namespace Jint.Runtime.Modules;
  2. public record ResolvedSpecifier(string Specifier, string Key, Uri? Uri, SpecifierType Type);