implement search-marker prototype (limited usage for now)

This commit is contained in:
Kevin Jahns
2020-07-15 22:03:02 +02:00
parent 6e8167fe51
commit 6e3b708599
11 changed files with 628 additions and 187 deletions

View File

@@ -69,5 +69,6 @@ export {
PermanentUserData, // @TODO experimental
tryGc,
transact,
AbstractConnector
AbstractConnector,
logType
} from './internals.js'