UNPKG

@moonwall/cli

Version:

Testing framework for the Moon family of projects

8 lines (7 loc) 206 B
interface DeriveTestIdsOptions { rootDir: string; singlePrefix?: boolean; prefixPhrase?: string; } export declare function deriveTestIds(params: DeriveTestIdsOptions): Promise<void>; export {};