API/api.medcify.app/node_modules/snyk/dist/lib/get-file-contents.d.ts

5 lines
121 B
TypeScript
Raw Normal View History

2022-09-26 06:11:44 +00:00
export declare function getFileContents(root: string, fileName: string): {
content: string;
fileName: string;
};