UNPKG
detect-shells
Version:
latest (3.0.0)
3.0.0
2.0.0
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
Detect shells installed on a system
github.com/Subash/detect-shells
Subash/detect-shells
detect-shells
/
lib
/
shells
/
error.js
9 lines
(8 loc)
•
264 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
// automatically generated by scripts/fetch-shells.mjs
// do not edit this file directly.
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
ShellError
=
void
0
;
class
ShellError
extends
Error
{ }
exports
.
ShellError
=
ShellError
;