UNPKG

249 BTypeScriptView Raw
1export function plugin(bs: any): {
2 server: any;
3 app: any;
4};
5/**
6 * Launch the server for serving the client JS plus static files
7 * @param {import("../browser-sync")} bs
8 */
9export function createServer(bs: import("../browser-sync")): any;