Repository URL to install this package:
|
Version:
1.0.0 ▾
|
export declare function getFileAndPath(file: string): {
file: string;
paths: string;
dir: string;
};