MCPcopy Index your code
hub / github.com/BrowserSync/browser-sync / NextArgs

Interface NextArgs

tests/utils.ts:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17type Msg = z.infer<typeof messageSchema>;
18
19interface NextArgs {
20 stdout: { lines: { count: number; after: number } };
21}
22
23export const test = base.extend<{
24 bs: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…