mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 11:55:47 -06:00
7 lines
304 B
TypeScript
7 lines
304 B
TypeScript
export const channelTestRoots: string[];
|
|
export const coreChannelTestRoots: string[];
|
|
export const channelTestPrefixes: string[];
|
|
export const coreChannelTestInclude: string[];
|
|
export const extensionExcludedChannelTestGlobs: string[];
|
|
export function isChannelSurfaceTestFile(filePath: string): boolean;
|