@constructor-io/constructorio-connect-cli
Version:
CLI tool to enable users to interface with the Constructor Connect Ecosystem
7 lines • 359 B
TypeScript
/**
* Makes use of fs.readFileSync and fs.writeFileSync to prepend data to a file synchronously.
* @param filePath - The path to the file to which data will be prepended.
* @param newData - The data to prepend to the file.
*/
export declare function prependFileSync(filePath: string, newData: string): void;
//# sourceMappingURL=prepend-file-sync.d.ts.map