time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

SqLinker.d.ts (176B)


      1 export type SqLinker = {
      2     resolve: (name: string, fromId: string) => string;
      3     loadSource: (sourceId: string) => Promise<string>;
      4 };
      5 //# sourceMappingURL=SqLinker.d.ts.map