UNPKG

@servable/server

Version:
13 lines (9 loc) 210 B
import validate from './validate.js' export default async ({ liveQuery, protocol }) => { if (!validate({ liveQuery })) { return } await Servable.LiveQueries.register({ liveQuery, protocol }) }