init source
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
/** Symbol.observable addition */
|
||||
declare global {
|
||||
interface SymbolConstructor {
|
||||
readonly observable: symbol;
|
||||
}
|
||||
}
|
||||
/** Symbol.observable or a string "@@observable". Used for interop */
|
||||
export declare const observable: string | symbol;
|
||||
Reference in New Issue
Block a user