UNPKG

@sap/generator-cap-project

Version:

Creates a new SAP Cloud Application Programming Model project.

5 lines (4 loc) 122 B
export default function exist(filepath) { const file = this.store.get(filepath); return file.contents !== null; }