@kosko/templateFunctionswriteFilespublicwriteFiles CallablewriteFiles(path: string, files: readonly File[]): Promise<void>Write files to the specified path.Parameterspath: stringDestination pathfiles: readonly File[]Files to writeReturns Promise<void>
Write files to the specified path.