UNPKG

mastra

Version:

cli for mastra

13 lines 411 B
/** * The following is modified based on source found in * https://github.com/vitejs/vite/tree/main * * MIT Licensed * Copyright (c) 2019-present, Vite.js * https://github.com/vitejs/vite/blob/main/LICENSE */ /** * Reads the BROWSER environment variable and decides what to do with it. */ export declare function openBrowser(url: string, opt: string | true): void; //# sourceMappingURL=browser.d.ts.map