@sap/generator-cap-project
Version:
Creates a new SAP Cloud Application Programming Model project.
7 lines (6 loc) • 470 B
TypeScript
import ejs from 'ejs';
export declare const getCommonPath: (filePath: string | string[]) => string;
export declare const globify: (filePath: string | string[]) => string | string[];
export declare const isBinary: (filePath: any, newFileContents: any) => any;
export declare const render: (template: string, data?: ejs.Data, options?: ejs.Options) => string;
export declare const renderFile: (template: string, data?: ejs.Data, options?: ejs.Options) => Promise<string>;