UNPKG

serverless

Version:

Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more

10 lines (6 loc) 156 B
'use strict'; const fse = require('fs-extra'); function removeFileSync(filePath) { return fse.removeSync(filePath); } module.exports = removeFileSync;