{"version":3,"sources":["../../../packages/core/async/progress.ts"],"names":[],"mappings":"AAAA,+CAA+C;AAC/C,MAAM,WAAW,QAAQ,CAAC,CAAC;IAEzB;;;OAGG;IACH,MAAM,CAAC,KAAK,EAAE,CAAC,GAAG,IAAI,CAAC;CACxB","file":"progress.d.ts","sourcesContent":["/** Defines a provider for progress updates. */\r\nexport interface Progress<T> {\r\n\r\n  /**\r\n   * Reports a progress update.\r\n   * @param value The value of the updated progress.\r\n   */\r\n  report(value: T): void;\r\n}\r\n"]}