Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const fs_1 = require("fs");
function del(file) {
    try {
        fs_1.unlinkSync(file);
    }
    catch (exception) {
        // ignore
        return false;
    }
    return true;
}
exports.del = del;
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUFBLDJCQUErQjtBQUUvQixhQUFvQixJQUFZO0lBQzlCLElBQUk7UUFDRixlQUFVLENBQUMsSUFBSSxDQUFDLENBQUE7S0FDakI7SUFBQyxPQUFPLFNBQVMsRUFBRTtRQUNsQixTQUFTO1FBQ1QsT0FBTyxLQUFLLENBQUE7S0FDYjtJQUNELE9BQU8sSUFBSSxDQUFBO0FBQ2IsQ0FBQztBQVJELGtCQVFDIn0=