frontend/.pnpm-store/v3/files/d6/c64754310340d085a27805e67d858efc469b77329afb904d60a0d81592a203dd465b78bd6fa292572fd5f330ee98e392a7a4f003ca4a634d7f4365ccb1d1ee

6 lines
276 B
Plaintext

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