UNPKG

node-jet

Version:

Jet Realtime Message Bus for the Web. Daemon and Peer implementation.

3 lines (2 loc) 144 B
import type { FetchParams } from '../messages.js'; export declare const createPathMatcher: (options: FetchParams) => (path: string) => boolean;