source:
trip-planner-front/node_modules/symbol-observable/index.d.ts@
571e0df
Last change on this file since 571e0df was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 169 bytes |
Line | |
---|---|
1 | declare const observableSymbol: symbol; |
2 | export default observableSymbol; |
3 | |
4 | declare global { |
5 | export interface SymbolConstructor { |
6 | readonly observable: symbol; |
7 | } |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.