Skip to content

Instantly share code, notes, and snippets.

@cartant
Created May 21, 2018 05:30
Show Gist options
  • Select an option

  • Save cartant/c4e9510d4037f2b930d11289288d8013 to your computer and use it in GitHub Desktop.

Select an option

Save cartant/c4e9510d4037f2b930d11289288d8013 to your computer and use it in GitHub Desktop.
import { Observable } from "rxjs";
declare const auditFrame: <T>(source: Observable<T>) => Observable<T>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment