SYMBOL INDEX (42 symbols across 7 files) FILE: src/observable-map.ts type Invocable (line 3) | type Invocable = T | (() => T); method get (line 64) | get(_, propName) { method ownKeys (line 67) | ownKeys(_) { method getOwnPropertyDescriptor (line 70) | getOwnPropertyDescriptor() { method has (line 76) | has(_, propName) { method set (line 79) | set(_, propName, value) { function ensurePlainProperty (line 159) | function ensurePlainProperty(key: string): void { function syncPlainStateKeys (line 180) | function syncPlainStateKeys(): void { FILE: src/subscriptions/stencil.test.ts class MockWeakRef (line 117) | class MockWeakRef { method constructor (line 119) | constructor(target: any) { method deref (line 122) | deref() { FILE: src/types.ts type Handlers (line 1) | interface Handlers { type SetEventHandler (line 8) | type SetEventHandler = (key: keyof StoreType, newValue: any, ... type GetEventHandler (line 9) | type GetEventHandler = (key: keyof StoreType) => void; type ResetEventHandler (line 10) | type ResetEventHandler = () => void; type DisposeEventHandler (line 11) | type DisposeEventHandler = () => void; type OnHandler (line 13) | interface OnHandler { type OnChangeHandler (line 20) | interface OnChangeHandler { type Subscription (line 24) | interface Subscription { type Getter (line 35) | interface Getter { type Setter (line 39) | interface Setter { type ObservableMap (line 43) | interface ObservableMap { FILE: test-app/src/components.d.ts type ChangeStore (line 9) | interface ChangeStore { type DisplayStore (line 13) | interface DisplayStore { type SimpleStore (line 16) | interface SimpleStore { type HTMLChangeStoreElement (line 21) | interface HTMLChangeStoreElement extends Components.ChangeStore, HTMLSte... type HTMLDisplayStoreElement (line 27) | interface HTMLDisplayStoreElement extends Components.DisplayStore, HTMLS... type HTMLSimpleStoreElement (line 33) | interface HTMLSimpleStoreElement extends Components.SimpleStore, HTMLSte... type HTMLElementTagNameMap (line 39) | interface HTMLElementTagNameMap { type ChangeStore (line 46) | interface ChangeStore { type DisplayStore (line 50) | interface DisplayStore { type SimpleStore (line 53) | interface SimpleStore { type IntrinsicElements (line 55) | interface IntrinsicElements { type IntrinsicElements (line 64) | interface IntrinsicElements { FILE: test-app/src/components/change-store/change-store.tsx class ChangeStore (line 8) | class ChangeStore { method changeValue (line 12) | changeValue() { method render (line 16) | render() { FILE: test-app/src/components/display-store/display-store.tsx class DisplayStore (line 8) | class DisplayStore { method render (line 13) | render() { FILE: test-app/src/components/simple-store/display-store.tsx class SimpleStore (line 8) | class SimpleStore { method next (line 11) | async next() { method render (line 15) | render() {