chore: replace hand-written xxhashjs.d.ts with @types/xxhashjs
小橘 <xiaoju@shazhou.work>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import type { ParsedAddArgv } from "../src/add-argv.js";
|
||||
|
||||
export const MINIMAL_DESCRIPTOR_YAML = `description: "fixture"
|
||||
roles: {}
|
||||
`;
|
||||
|
||||
export function addCliArgs(name: string, filePath: string): ParsedAddArgv {
|
||||
return { name, filePath, descriptorPath: null, typesPath: null };
|
||||
}
|
||||
Reference in New Issue
Block a user