2
0

IScriptOrModule.cs 101 B

123456
  1. namespace Jint.Runtime;
  2. internal interface IScriptOrModule
  3. {
  4. public string? Location { get; }
  5. }