UNPKG

@sprucelabs/spruce-event-utils

Version:

Some helpful utilities to speed up working with Mercury! 🚅

7 lines (6 loc) • 230 B
import { Remote } from '../constants'; export declare const HEARTWOOD_REMOTES: Omit<Record<Remote, string>, 'custom'>; declare const heartwoodRemoteUtil: { buildUrl(remote: Remote): any; }; export default heartwoodRemoteUtil;