UNPKG

find-node-modules-import

Version:

Find specific node modules import statement in your source code

29 lines 660 B
export declare const cli: import("meow").Result<{ module: { type: "string"; isMultiple: true; }; builtinModules: { type: "boolean"; default: false; }; format: { type: "string"; default: string; }; verbose: { type: "boolean"; default: false; }; }>; export declare const run: (input?: string[], flags?: { module: string[] | undefined; builtinModules: boolean; format: string; verbose: boolean; } & Record<string, unknown>) => Promise<{ exitStatus: number; stdout: string | null; stderr: Error | null; }>; //# sourceMappingURL=cli.d.ts.map