UNPKG

@roots/bud-api

Version:

bud.js core module

7 lines (6 loc) 226 B
import type { Bud } from '@roots/bud-framework'; export type Parameters = [string | URL]; export interface setPublicProxyUrl { (...parameters: Parameters): Bud; } export declare const setPublicProxyUrl: setPublicProxyUrl;