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
/
log.d.ts
8 lines
(7 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
const
_default
: {
error
:
(
...
args
:
any
[]
) =>
void
;
warn
:
(
...
args
:
any
[]
) =>
void
;
info
:
(
...
args
:
any
[]
) =>
void
;
debug
:
(
...
args
:
any
[]
) =>
void
; };
export
default
_default;