()
| 9 | import type {Persister, Persists} from 'tinybase/persisters'; |
| 10 | |
| 11 | export const asyncNoop = async () => undefined; |
| 12 | |
| 13 | export type GetLocationMethod<Location = string> = [ |
| 14 | string, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…