(metadata: string)
| 48 | } |
| 49 | |
| 50 | const keyOf = (metadata: string) => String(hashCode(metadata)); |
| 51 | |
| 52 | // --------------------------------------------------------------------------- |
| 53 | // Framework-agnostic module store (replaces the Vue `reactive` cache). Entries |
no test coverage detected