UNPKG
caprover-lib
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
A library to communicate with CapRover instances
HorusGoul/caprover-lib
caprover-lib
/
dist
/
utils
/
Logger.d.ts
6 lines
•
166 B
TypeScript
View Raw
1
2
3
4
5
6
export
default
class
Logger
{
static
log
(s: string)
: void;
static
error
(s: any)
: void;
static
dev
(s: string)
: void;
}
//# sourceMappingURL=Logger.d.ts.map