3 lines
94 B
TypeScript
3 lines
94 B
TypeScript
import { PathLike } from "fs";
|
|
export declare const configFilePath: (path: PathLike) => void;
|