c64754310340d085a27805e67d858efc469b77329afb904d60a0d81592a203dd465b78bd6fa292572fd5f330ee98e392a7a4f003ca4a634d7f4365ccb1d1ee 276 B

123456
  1. /**
  2. * Creates the TypeError to throw if an invalid object is passed to `from` or `scheduled`.
  3. * @param input The object that was passed.
  4. */
  5. export declare function createInvalidObservableTypeError(input: any): TypeError;
  6. //# sourceMappingURL=throwUnobservableError.d.ts.map