timeToken.js 223 B

12345678910
  1. /**
  2. * @internal
  3. **/
  4. // eslint-disable-next-line @typescript-eslint/naming-convention
  5. export class _TimeToken {
  6. constructor() {
  7. this._timeElapsedQueryEnded = false;
  8. }
  9. }
  10. //# sourceMappingURL=timeToken.js.map