mirror of
https://github.com/aljazceru/ditto.git
synced 2026-02-21 21:15:51 +01:00
8 lines
124 B
TypeScript
8 lines
124 B
TypeScript
import type { Filter } from '@/deps.ts';
|
|
|
|
function query(_filter: Filter, _relays?: URL[]) {
|
|
// TODO
|
|
}
|
|
|
|
export { query };
|