IScriptOrModule.cs 100 B

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