UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

8 lines 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isErrnoError = void 0; function isErrnoError(error) { return error instanceof Error && 'code' in error; } exports.isErrnoError = isErrnoError; //# sourceMappingURL=isErrnoError.js.map