UNPKG

276 BTypeScriptView Raw
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 */
5export declare function createInvalidObservableTypeError(input: any): TypeError;
6//# sourceMappingURL=throwUnobservableError.d.ts.map
\No newline at end of file